mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Fixes a few runtimes (#23264)
* The fixes * This probably has a worse underlying cause * Update code/modules/paperwork/paper.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Cotnra review * Contra review * Removes nullcheck --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -102,7 +102,6 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/paper/proc/rename(mob/user)
|
||||
|
||||
if(HAS_TRAIT(user, TRAIT_CLUMSY) && prob(50))
|
||||
to_chat(user, "<span class='warning'>You cut yourself on the paper.</span>")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user