mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 09:03:05 +00:00
Some fixes and improvements.
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user