Merge branch 'master' into init_update_and_stuff

This commit is contained in:
alberyk
2022-03-05 17:05:46 -03:00
46 changed files with 347 additions and 405 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"
@@ -565,7 +565,7 @@ the implant may become unstable and either pre-maturely inject the subject or si
STOP_PROCESSING(SSprocessing, src)
if ("emp")
var/obj/item/device/radio/headset/a = new /obj/item/device/radio/headset(null)
var/name = prob(50) ? t.name : pick(teleportlocs)
var/name = prob(50) ? t.name : pick(the_station_areas)
a.autosay("[mobname] has died in [name]!", "[mobname]'s Death Alarm")
qdel(a)
else
@@ -346,8 +346,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.