mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
WT Rework and Nerf (#20536)
* Reworks and nerfs WTs * Removes some duplicate comments * Makes WT ammo box's normal sized items because I forgot to at first * Adds a var to WT mags to check if they are being loaded to prevent people from queueing up multiple reload processes at once * Sanity checks work properly now * Implements changes requested, empty magazines now available from RND, ammo crate contains 5 full magazines, mag size set back to 20, magazines made normal sized items and fit in assault belt * Update code/__HELPERS/mob_helpers.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/__HELPERS/mob_helpers.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Magazines fit in security webbings * I forgot a comma * Apply suggestions from code review Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Applying various reviewer suggestions * Applies various suggestions * removes moving_do_after now that its a param * Apply suggestions from code review Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> * solves the merge conflict hopefully * step one of trying to fix conflict again * step two hopefully fixes conflict * Delete ammo.dmi * Merge branch 'master' into wt-rework * Apply suggestions from code review Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Applying various reviewer suggestions * Revert "Applying various reviewer suggestions" This reverts commit7081e9aa2b. * Revert "Apply suggestions from code review" This reverts commit96dab4f8b8. * Revert "Merge branch 'master' into wt-rework" This reverts commit6906a67654. * Merge branch 'master' into wt-rework * please god work * Update code/modules/projectiles/ammunition.dm * Update code/modules/projectiles/ammunition/magazines.dm --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
co-authored by
Henri215
S34N
SteelSlayer
Farie82
parent
8b7f4c8b69
commit
49b26c4eba
@@ -319,6 +319,27 @@
|
||||
item_state = "securitywebbing"
|
||||
storage_slots = 6
|
||||
use_item_overlays = FALSE
|
||||
can_hold = list(
|
||||
/obj/item/grenade/flashbang,
|
||||
/obj/item/grenade/chem_grenade/teargas,
|
||||
/obj/item/reagent_containers/spray/pepper,
|
||||
/obj/item/restraints/handcuffs,
|
||||
/obj/item/flash,
|
||||
/obj/item/clothing/glasses,
|
||||
/obj/item/ammo_casing/shotgun,
|
||||
/obj/item/ammo_box,
|
||||
/obj/item/reagent_containers/food/snacks/donut,
|
||||
/obj/item/kitchen/knife/combat,
|
||||
/obj/item/melee/baton,
|
||||
/obj/item/melee/classic_baton,
|
||||
/obj/item/flashlight/seclite,
|
||||
/obj/item/holosign_creator/security,
|
||||
/obj/item/melee/classic_baton/telescopic,
|
||||
/obj/item/restraints/legcuffs/bola,
|
||||
/obj/item/clothing/mask/gas/sechailer,
|
||||
/obj/item/detective_scanner,
|
||||
/obj/item/ammo_box/magazine/wt550m9
|
||||
)
|
||||
|
||||
/obj/item/storage/belt/soulstone
|
||||
name = "soul stone belt"
|
||||
|
||||
Reference in New Issue
Block a user