Added some more feedbacks on the blood_DNA stuff

Fixed up some chemistry stuff
Nitrogen now adds atmospheric nitrogen when splashed on the ground.
This commit is contained in:
SkyMarshal
2012-02-14 21:34:52 -07:00
parent 5e332d297d
commit b5c1d99471
8 changed files with 58 additions and 3 deletions

View File

@@ -64,6 +64,13 @@
if(timing)
overlays += text("timer_timing")
small_icon_state_overlays += text("timer_timing")
if(master && istype(master, /obj/item/weapon/chem_grenade))
var/obj/item/weapon/chem_grenade/M = master
M.c_state(1)
else
if(master && istype(master, /obj/item/weapon/chem_grenade))
var/obj/item/weapon/chem_grenade/M = master
M.c_state(0)
if(holder)
holder.update_icon()
return
@@ -92,6 +99,7 @@
if(href_list["time"])
timing = text2num(href_list["time"])
processing_objects.Add(src)
update_icon()
if(href_list["tp"])