mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Xenobiology serum sprite fixes/changes (#17529)
* xenobiology serum sprite fixes * sets item_state * the contained_spritening
This commit is contained in:
@@ -128,6 +128,8 @@
|
||||
desc = "A potent chemical mix that will nullify a slime's powers, causing it to become docile and tame. This one is meant for baby slimes."
|
||||
icon = 'icons/obj/item/reagent_containers/glass.dmi'
|
||||
icon_state = "bottle-1"
|
||||
item_state = "bottle"
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/docility_serum/Initialize() // Better than hardsprited in stuff.
|
||||
. = ..()
|
||||
@@ -170,8 +172,10 @@
|
||||
/obj/item/advanced_docility_serum
|
||||
name = "advanced docility serum"
|
||||
desc = "A potent chemical mix that will nullify a slime's powers, causing it to become docile and tame. This one is meant for adult slimes"
|
||||
icon = 'icons/obj/item/reagent_containers/syringe.dmi'
|
||||
icon_state = "bottle-1"
|
||||
icon = 'icons/obj/item/reagent_containers/glass.dmi'
|
||||
icon_state = "bottle-2"
|
||||
item_state = "bottle"
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/advanced_docility_serum/Initialize() // Better than hardsprited in stuff.
|
||||
. = ..()
|
||||
@@ -214,8 +218,10 @@
|
||||
/obj/item/slimesteroid
|
||||
name = "slime steroid"
|
||||
desc = "A potent chemical mix that will cause a slime to generate more extract."
|
||||
icon = 'icons/obj/item/reagent_containers/syringe.dmi'
|
||||
icon_state = "bottle-1"
|
||||
icon = 'icons/obj/item/reagent_containers/glass.dmi'
|
||||
icon_state = "bottle-3"
|
||||
item_state = "bottle"
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/slimesteroid/Initialize() // Better than hardsprited in stuff.
|
||||
SHOULD_CALL_PARENT(FALSE)
|
||||
@@ -248,8 +254,10 @@
|
||||
/obj/item/extract_enhancer
|
||||
name = "extract enhancer"
|
||||
desc = "A potent chemical mix that will give a slime extract three uses."
|
||||
icon = 'icons/obj/item/reagent_containers/syringe.dmi'
|
||||
icon_state = "bottle-1"
|
||||
icon = 'icons/obj/item/reagent_containers/glass.dmi'
|
||||
icon_state = "bottle-4"
|
||||
item_state = "bottle"
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/extract_enhancer/Initialize() // Better than hardsprited in stuff.
|
||||
SHOULD_CALL_PARENT(FALSE)
|
||||
|
||||
Reference in New Issue
Block a user