Port of the TG radio system. Tasty and I tested it out and it works smooth and clean :)

We were able to restore functionality after we blew up half the radio equipment, as well.
AI satellite is now the Comms satellite.
This commit is contained in:
SkyMarshal
2012-01-17 00:12:30 -07:00
parent 26e12e26d0
commit 0d7ce5f347
38 changed files with 4268 additions and 1979 deletions
+5
View File
@@ -28,6 +28,11 @@
if (affected_mob.nutrition > 100)
affected_mob.Stun(rand(4,6))
affected_mob << "\red You throw up!"
for(var/mob/O in viewers(world.view, affected_mob))
if(O == affected_mob)
continue
O.show_message(text("<b>\red [] throws up!</b>", affected_mob), 1)
playsound(affected_mob.loc, 'splat.ogg', 50, 1)
var/turf/location = affected_mob.loc
if (istype(location, /turf/simulated))
location.add_vomit_floor(affected_mob)