Some fixes and improvements.

This commit is contained in:
SkyMarshal
2012-01-01 22:29:04 -07:00
parent f408558e2c
commit b30da1fa98
4 changed files with 10 additions and 16 deletions

View File

@@ -190,10 +190,6 @@
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."

View File

@@ -142,7 +142,7 @@
channels = list()
overlays -= "eyes" //Takes off the eyes that it started with
radio.borg(src, channels)
radio.config(channels)
updateicon()
/mob/living/silicon/robot/verb/cmd_robot_alerts()
@@ -959,7 +959,7 @@ Frequency:
icon_state = "robot"
updateicon()
channels = list()
radio.borg(src, channels)
radio.config(channels)
uneq_all()
del(module)