mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user