honey extractor qol (#19201)

This commit is contained in:
Killian
2026-02-18 04:58:58 +00:00
committed by GitHub
parent 72472ec59e
commit 6da82492e2
@@ -185,6 +185,12 @@
RefreshParts()
update_icon()
/obj/machinery/honey_extractor/examine(mob/user)
. = ..()
if(Adjacent(user))
. += "It has [honey] units of honey in its storage tank."
/obj/machinery/honey_extractor/power_change()
. = ..()
var/delay = rand(0,15)