TG: ▫ Telecommunications is finally live. There's just too much to explain so I'm

going to recommend you visit the wiki article on Telecommunications.
▫ AI satellite replaced with Communications Satellite.
▫ Some turret tweaks. Gave "AI" turrets a variable that controls what type of
lethal shots they shoot.
▫ New job access level, Telecommunications Satellite. The CE, RD, and Captain
get this access level.

▫ Some icon tweaks and stuff.
▫ Faster chem machine energy regeneration rate.
Revision: r2959
Author: 	 vageyenaman
This commit is contained in:
Ren Erthilo
2012-04-15 20:35:24 +01:00
parent 490b90d08f
commit 7a111e992d
7 changed files with 7 additions and 7 deletions
-3
View File
@@ -27,10 +27,7 @@
if(prob(1))
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