Nuke revamp, some tweaking.

This commit is contained in:
SkyMarshal
2012-01-01 18:58:28 -07:00
parent 77637127ea
commit 755d2d711a
12 changed files with 115 additions and 21 deletions
@@ -15,6 +15,9 @@
if(src.stat == 2.0 && (act != "deathgasp"))
return
if(src.stat != 2.0 && act == "deathgasp" && !src.mind.special_role == "Syndicate")
src << "You are not dead. No."
return
switch(act)
if ("airguitar")
if (!src.restrained())
@@ -187,6 +190,10 @@
message = "<B>[src]</B> seizes up and falls limp, \his eyes dead and lifeless..."
m_type = 1
if ("struckdown")
message = "<B>[src]</B>, Station Dweller, has been struck down."
m_type = 2
if ("giggle")
if (!muzzled)
message = "<B>[src]</B> giggles."