mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
honey extractor qol (#19201)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user