Skip to content

Commit

Permalink
fixes the black market sawn illestren to actually be sawed off (#3123)
Browse files Browse the repository at this point in the history
## About The Pull Request

before, buying the sawn illestren off the black market just gave you a
sawn illestren except it was the same size and didn't fit on belts. no
longer the case. also fixed the presawn double barrel shotgun to be the
same because it behaved the same

## Why It's Good For The Game

i bought a shitty sawed off bolt action rifle i expect to get a shitty
sawed off bolt action rifle

## Changelog

:cl:
fix: The black market sawed off Illestren is now actually sawed off, and
can fit on your belt
fix: The presawn double barrel shotgun can now fit on the belt like
normal sawn off double barrels
/:cl:
  • Loading branch information
generalthrax authored Jun 19, 2024
1 parent 4c7b4a7 commit 15b4706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/projectiles/guns/ballistic/rifle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
item_state = "illestren_sawn"
sawn_off = TRUE
weapon_weight = WEAPON_MEDIUM

w_class = WEIGHT_CLASS_NORMAL
slot_flags = ITEM_SLOT_BELT

/obj/item/gun/ballistic/rifle/solgov
name = "SSG-669C"
Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/guns/ballistic/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ EMPTY_GUN_HELPER(shotgun/bulldog/inteq)
sawn_off = TRUE
weapon_weight = WEAPON_MEDIUM
w_class = WEIGHT_CLASS_NORMAL
slot_flags = ITEM_SLOT_BELT

wield_slowdown = 0.25
wield_delay = 0.3 SECONDS //OP? maybe
Expand Down

0 comments on commit 15b4706

Please sign in to comment.