mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Rewrite examine() to pass a list around
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
overlays += "bees3"
|
||||
|
||||
/obj/machinery/beehive/examine(var/mob/user)
|
||||
..()
|
||||
. = ..()
|
||||
if(!closed)
|
||||
to_chat(user, "The lid is open.")
|
||||
. += "The lid is open."
|
||||
|
||||
/obj/machinery/beehive/attackby(var/obj/item/I, var/mob/user)
|
||||
if(I.is_crowbar())
|
||||
|
||||
Reference in New Issue
Block a user