Skip to content

Commit

Permalink
CIN plasmapistols now fit in energy holsters (#1059)
Browse files Browse the repository at this point in the history
energy holster jumpscare

Co-authored-by: Hatterhat <[email protected]>
Co-authored-by: Hatterhat <[email protected]>
  • Loading branch information
3 people authored Dec 10, 2023
1 parent 29e0de6 commit 22842d9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions modular_skyrat/modules/goofsec/code/sec_clothing_overrides.dm
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,23 @@
/obj/item/gun/energy/e_gun/hos,
))

/obj/item/storage/belt/holster/energy/Initialize(mapload)
. = ..()
atom_storage.max_slots = 2
atom_storage.max_specific_storage = WEIGHT_CLASS_NORMAL
atom_storage.set_holdable(list(
/obj/item/gun/energy/e_gun/mini,
/obj/item/gun/energy/disabler,
/obj/item/gun/energy/dueling,
/obj/item/food/grown/banana,
/obj/item/gun/energy/laser/thermal,
/obj/item/gun/energy/recharge/ebow,
/obj/item/gun/energy/laser/captain,
/obj/item/gun/energy/e_gun/hos,
/obj/item/gun/ballistic/automatic/pistol/plasma_marksman,
/obj/item/gun/ballistic/automatic/pistol/plasma_thrower,
/obj/item/ammo_box/magazine/recharge/plasma_battery,
))
/*
* HEAD
*/
Expand Down

0 comments on commit 22842d9

Please sign in to comment.