Langserver fixes, vol 2 (#7401)

This commit is contained in:
Erki
2019-11-15 22:42:25 +01:00
committed by Werner
parent 444c0d5ea5
commit ff41b92e97
39 changed files with 100 additions and 159 deletions
@@ -978,7 +978,6 @@ var/global/list/obj/item/device/pda/PDAs = list()
/obj/item/device/pda/proc/remove_pen(mob/user)
if (!istype(user))
PROCLOG_WEIRD("user variable was insane, aborting!")
return
if (!has_pen)
to_chat(user, "<span class='notice'>[src] does not have a pen slot.</span>")