mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Standardize CLUMSY
Conflicts: code/game/jobs/job/civilian.dm code/game/objects/items/weapons/defib.dm code/game/objects/items/weapons/stunbaton.dm code/modules/mob/living/silicon/robot/component.dm code/modules/reagents/reagent_containers/syringes.dm
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
user << "\red You don't have the dexterity to do this!"
|
||||
return
|
||||
|
||||
if ((CLUMSY in user.mutations) && prob(50))
|
||||
if ((M_CLUMSY in user.mutations) && prob(50))
|
||||
user << "\red The rod slips out of your hand and hits your head."
|
||||
user.take_organ_damage(10)
|
||||
user.Paralyse(20)
|
||||
|
||||
Reference in New Issue
Block a user