Beakers, bottles and syringe resprite (#13096)

This commit is contained in:
Wowzewow (Wezzy)
2022-03-04 18:45:19 +01:00
committed by GitHub
parent c41b6ee7ba
commit a2f6f55584
26 changed files with 228 additions and 167 deletions
+6 -4
View File
@@ -18,10 +18,12 @@
/obj/item/beezeez
name = "bottle of BeezEez"
icon = 'icons/obj/chemical.dmi'
icon_state = "bottle17"
New()
src.pixel_x = rand(-5.0, 5)
src.pixel_y = rand(-5.0, 5)
icon_state = "bottle-1"
/obj/item/beezeez/Initialize() // Better than hardsprited in stuff.
var/mutable_appearance/filling = mutable_appearance('icons/obj/reagentfillings.dmi', "[icon_state]-100")
filling.color = COLOR_BLUE
add_overlay(filling)
/obj/item/reagent_containers/food/snacks/honeycomb
name = "honeycomb"
@@ -376,8 +376,8 @@
req_access = list(access_captain)
/obj/structure/closet/secure_closet/injection/fill()
new /obj/item/reagent_containers/syringe/ld50_syringe/chloral(src)
new /obj/item/reagent_containers/syringe/ld50_syringe/chloral(src)
new /obj/item/reagent_containers/syringe/large/ld50_syringe/chloral(src)
new /obj/item/reagent_containers/syringe/large/ld50_syringe/chloral(src)
// These are special snowflakes that need to be in a global list.