mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-01 13:02:02 +00:00
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:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user