mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Various Slime Based Fixes (#15366)
This commit is contained in:
@@ -1065,6 +1065,9 @@
|
||||
T.visible_message("[icon2html(T, viewers(get_turf(src)))]<span class='notice'>\The [T]'s power is consumed in the reaction.</span>")
|
||||
T.name = "used slime extract"
|
||||
T.desc = "This extract has been used up."
|
||||
if(istype(T.loc, /obj/item/storage))
|
||||
var/obj/item/storage/storage = T.loc
|
||||
storage.update_storage_ui()
|
||||
|
||||
//Grey
|
||||
/datum/chemical_reaction/slime/spawn
|
||||
|
||||
Reference in New Issue
Block a user