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:
DGamerL
2023-11-15 12:01:55 -05:00
committed by GitHub
co-authored by Contrabang
parent 0bf67f14a7
commit fef021690e
4 changed files with 4 additions and 6 deletions
-1
View File
@@ -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