More updates, added comfy chairs.

This commit is contained in:
SkyMarshal
2012-02-13 23:28:12 -07:00
parent 0fe42327a5
commit f59fb6af94
4 changed files with 34 additions and 2 deletions

View File

@@ -193,11 +193,20 @@ A list of items and costs is stored under the datum of every game mode, alongsid
return
explode()
var/turf/location = get_turf(src.loc)
if(location)
location.hotspot_expose(700,125)
explosion(location, 0, 0, 2, 4, 1)
var/obj/item/weapon/implant/uplink/U = src.loc
var/mob/living/A = U.imp_in
var/datum/organ/external/head = A:organs["head"]
head.take_damage(100, 0, 1)
..()
head.destroyed = 1
spawn(2)
head.droplimb()
del(src.master)
del(src)
return
/obj/item/device/uplink/radio