mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Nuke revamp, some tweaking.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user