mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Reticence once again deals stamina damage (#19764)
This commit is contained in:
@@ -223,6 +223,10 @@
|
||||
for(var/obj/item/mecha_parts/mecha_equipment/weapon/honker in chassis.equipment)
|
||||
honker.set_ready_state(0)
|
||||
|
||||
/obj/item/projectile/bullet/mime/nonlethal
|
||||
damage = 0 /// We deal no normal damage...
|
||||
stamina = 40 /// ...Rather a large amount of stamina damage. Used in the mime mecha
|
||||
|
||||
/obj/item/projectile/bullet/mime/fake
|
||||
damage = 0
|
||||
nodamage = TRUE
|
||||
|
||||
Reference in New Issue
Block a user