mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
[S] Unfucks it please oh god (#26269)
* this should fix it * this should fix it
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
if(usr.stat || usr.restrained())
|
||||
return
|
||||
var/obj/item/paper/paper = locate(params["paper"])
|
||||
if(!paper && paper.loc != src)
|
||||
if(!istype(paper) || paper.loc != src)
|
||||
return
|
||||
var/obj/item/held_item = usr.get_active_hand()
|
||||
if(is_pen(held_item))
|
||||
|
||||
Reference in New Issue
Block a user