* if user

* CHOICE

* Oops
This commit is contained in:
jknpj
2017-12-23 12:04:07 -02:00
committed by DamianX
parent e0cf79dc47
commit ef0688d230
34 changed files with 265 additions and 235 deletions

View File

@@ -200,7 +200,8 @@
/obj/machinery/computer/library/checkout/emag(mob/user)
if(!emagged)
src.emagged = 1
to_chat(user, "<span class='notice'>You override the library computer's printing restrictions.</span>")
if(user)
to_chat(user, "<span class='notice'>You override the library computer's printing restrictions.</span>")
return 1
return