Updates the nuclear bomb code and makes it utilize NanoUI, ported from Paradise.

This commit is contained in:
PsiOmegaDelta
2015-11-15 13:08:42 +01:00
parent dc563c58bd
commit 9e321ff6d5
6 changed files with 300 additions and 181 deletions
+4 -1
View File
@@ -667,7 +667,10 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/canface()
return 1
/mob/dead/observer/proc/can_admin_interact()
/mob/proc/can_admin_interact()
return 0
/mob/dead/observer/can_admin_interact()
return check_rights(R_ADMIN, 0, src)
/mob/dead/observer/verb/toggle_ghostsee()