mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-29 16:10:11 +01:00
tweaks n fixes
- buffed lipolicide weight loss - buffed punching bag weight loss - made chocolate slimes much more beefier - added modular bra (WIP) - readded radstorm (admin only) - added fattening vent clog into event pool
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
response_help = "pets"
|
||||
response_disarm = "shoos"
|
||||
response_harm = "hits"
|
||||
maxHealth = 20
|
||||
health = 20
|
||||
maxHealth = 200
|
||||
health = 200
|
||||
obj_damage = 0
|
||||
melee_damage_lower = 0.001
|
||||
melee_damage_upper = 0.001
|
||||
|
||||
@@ -145,3 +145,13 @@
|
||||
. += mutable_appearance('icons/effects/blood.dmi', "uniformblood", color = blood_DNA_to_color())
|
||||
if(accessory_overlay)
|
||||
. += accessory_overlay
|
||||
|
||||
|
||||
/obj/item/clothing/under/color/grey/modular/bra
|
||||
name = "grey modular bra"
|
||||
desc = "A tasteful grey bra that reminds you of the good old days. Now adjusts to the match the wearer's size!"
|
||||
icon_location = 'GainStation13/icons/mob/modclothes/graymodular_bra.dmi'
|
||||
icon = 'GainStation13/icons/mob/modclothes/gray_bra.dmi'
|
||||
icon_state = "grey"
|
||||
item_state = "defaultsuit"
|
||||
item_color = "defaultsuit"
|
||||
|
||||
Reference in New Issue
Block a user