more stuff

This commit is contained in:
Metis
2024-09-16 01:18:55 -04:00
parent ecf23a205e
commit f7f35396b4
8 changed files with 198 additions and 0 deletions
@@ -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"
+4
View File
@@ -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,