mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +01:00
made modular jumpsuits available
to loadout, clothing vendor and cargo. Also removed nuke disk message spam for admins
This commit is contained in:
@@ -671,7 +671,7 @@ This is here to make the tiles around the station mininuke change when it's arme
|
||||
if(istype(loneop) && prob(loneop.weight))
|
||||
loneop.weight = max(loneop.weight - 1, 0)
|
||||
if(loneop.weight % 5 == 0)
|
||||
message_admins("[src] is on the move (currently in [ADMIN_VERBOSEJMP(newturf)]). The weight of Lone Operative is now [loneop.weight].")
|
||||
// message_admins("[src] is on the move (currently in [ADMIN_VERBOSEJMP(newturf)]). The weight of Lone Operative is now [loneop.weight].") //removed, it's turbo annoying for admins
|
||||
log_game("[src] being on the move has reduced the weight of the Lone Operative event to [loneop.weight].")
|
||||
|
||||
/obj/item/disk/nuclear/examine(mob/user)
|
||||
|
||||
@@ -84,6 +84,18 @@
|
||||
/obj/item/clothing/shoes/kindleKicks)
|
||||
crate_name = "footie crate"
|
||||
|
||||
/datum/supply_pack/misc/modular_greysuits
|
||||
name = "Modular Greysuits Crate"
|
||||
desc = "In case of sudden obesity, this stretchable jumpsuit pack can help cover up any exposed bodies!"
|
||||
cost = 2000
|
||||
contains = list(/obj/item/clothing/under/color/grey/modular,
|
||||
/obj/item/clothing/under/color/grey/modular,
|
||||
/obj/item/clothing/under/color/grey/modular,
|
||||
/obj/item/clothing/under/color/grey/modular,
|
||||
/obj/item/clothing/under/color/grey/modular,
|
||||
/obj/item/clothing/under/color/grey/modular)
|
||||
crate_name = "modular jumpsuits crate"
|
||||
|
||||
/datum/supply_pack/misc/randombedsheets
|
||||
name = "Bedsheet Crate (R)"
|
||||
desc = "Snuggle up in some sweet sheets with this assorted bedsheet crate. Each set comes with eight random bedsheets for your slumbering pleasure!"
|
||||
|
||||
@@ -6,10 +6,11 @@
|
||||
icon_deny = "clothes-deny"
|
||||
product_slogans = "Dress for success!;Prepare to look swagalicious!;Look at all this free swag!;Why leave style up to fate? Use the ClothesMate!"
|
||||
vend_reply = "Thank you for using the ClothesMate!"
|
||||
// GS13: GATO Letterman Jacket
|
||||
// GS13: GATO Letterman Jacket + modular gray jumpsuit
|
||||
products = list(/obj/item/clothing/head/that = 4,
|
||||
/obj/item/clothing/head/fedora = 3,
|
||||
/obj/item/clothing/suit/jacket/letterman_gato = 5,
|
||||
/obj/item/clothing/suit/jacket/letterman_gato = 5, //GS13
|
||||
/obj/item/clothing/under/color/grey/modular = 6, //GS13
|
||||
/obj/item/clothing/glasses/monocle = 3,
|
||||
/obj/item/clothing/suit/jacket = 4,
|
||||
/obj/item/clothing/suit/jacket/flannel = 4,
|
||||
|
||||
Reference in New Issue
Block a user