mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 09:03:23 +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:
@@ -71,7 +71,7 @@
|
||||
set category = "Object"
|
||||
set src in usr
|
||||
|
||||
if((CLUMSY in usr.mutations) && prob(50))
|
||||
if((M_CLUMSY in usr.mutations) && prob(50))
|
||||
usr << "<span class='warning'>You cut yourself on the paper.</span>"
|
||||
return
|
||||
var/n_name = copytext(sanitize(input(usr, "What would you like to label the paper?", "Paper Labelling", null) as text), 1, MAX_NAME_LEN)
|
||||
|
||||
Reference in New Issue
Block a user