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
+2 -2
View File
@@ -1,5 +1,3 @@
/atom/proc/MouseDrop_T()
return
@@ -260,9 +258,11 @@
/atom/proc/add_vomit_floor(mob/living/carbon/M as mob, var/toxvomit = 0)
if( istype(src, /turf/simulated) )
var/obj/effect/decal/cleanable/vomit/this = new /obj/effect/decal/cleanable/vomit(src)
// Make toxins vomit look different
if(toxvomit)
this.icon_state = "vomittox_[pick(1,4)]"
for(var/datum/disease/D in M.viruses)
var/datum/disease/newDisease = new D.type
this.viruses += newDisease
+5 -2
View File
@@ -57,9 +57,10 @@
density = 1
var/lasers = 0
var/lasertype = 1
// 1 = laser
// 2 = cannon
// 1 = lasers
// 2 = cannons
// 3 = pulse
// 4 = change (HONK)
var/health = 18
var/id = ""
var/obj/machinery/turretcover/cover = null
@@ -212,6 +213,8 @@
A = new /obj/item/projectile/beam/heavylaser( loc )
if(3)
A = new /obj/item/projectile/beam/pulse( loc )
if(4)
A = new /obj/item/projectile/change( loc )
A.original = target.loc
use_power(500)
else
Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 92 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB