more stuff
This commit is contained in:
@@ -64,6 +64,11 @@
|
||||
to_chat(user, finishmessage)
|
||||
user.apply_status_effect(STATUS_EFFECT_EXERCISED)
|
||||
|
||||
//GS13
|
||||
var/mob/living/carbon/lifter = user
|
||||
if(lifter)
|
||||
lifter.adjust_fatness(-loss_per_use, FATTENING_TYPE_WEIGHT_LOSS)
|
||||
|
||||
/obj/structure/weightmachine/stacklifter
|
||||
name = "chest press machine"
|
||||
icon_state = "stacklifter"
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
vend_reply = "Thank you for using the ClothesMate!"
|
||||
products = list(/obj/item/clothing/head/that = 4,
|
||||
/obj/item/clothing/head/fedora = 3,
|
||||
//GS13 EDIT START
|
||||
/obj/item/clothing/suit/jacket/letterman_gato = 5,
|
||||
/obj/item/clothing/under/color/grey/modular = 6,
|
||||
//GS13 EDIT END
|
||||
/obj/item/clothing/head/beret = 3,
|
||||
/obj/item/clothing/head/beret/black = 3,
|
||||
/obj/item/clothing/head/beret/purple = 3,
|
||||
|
||||
Reference in New Issue
Block a user