This commit is contained in:
unusualcrow
2016-09-17 22:55:06 -04:00
committed by TalkingCactus
parent b5e3121d3a
commit 85cd936712
8 changed files with 24 additions and 15 deletions
@@ -4,6 +4,7 @@
name = "necropolis chest"
desc = "It's watching you closely."
icon_state = "necrocrate"
burn_state = LAVA_PROOF
/obj/structure/closet/crate/necropolis/tendril
desc = "It's watching you suspiciously."
@@ -19,4 +19,6 @@
msg += "[src]Core.exe has stopped responding! NTOS is searching for a solution to the problem...\n"
msg += "*---------*</span>"
user << msg
user << msg
..()
@@ -0,0 +1,4 @@
/mob/living/silicon/examine(mob/user)
if(laws && isobserver(user))
user << "<b>[src] has the following laws:</b>"
laws.show_laws(user)
@@ -47,3 +47,5 @@
msg += "*---------*</span>"
user << msg
..()
@@ -58,6 +58,7 @@
/datum/reagent/toxin/plasma/on_mob_life(mob/living/M)
if(holder.has_reagent("epinephrine"))
holder.remove_reagent("epinephrine", 2*REM)
M.apply_effect(0.5*REM/M.metabolism_efficiency,IRRADIATE,0)
if(iscarbon(M))
var/mob/living/carbon/C = M
C.adjustPlasma(20)