mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
[MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
B.fill()
|
||||
update_icon()
|
||||
return
|
||||
else if(istype(attacking_item, /obj/item/device/analyzer/plant_analyzer))
|
||||
else if(istype(attacking_item, /obj/item/analyzer/plant_analyzer))
|
||||
to_chat(user, SPAN_NOTICE("Scan result of \the [src]:"))
|
||||
to_chat(user, SPAN_NOTICE("Beehive is <b>[bee_count ? "[round(bee_count)]% full" : "empty"]</b>.[bee_count > 90 ? " Colony is ready to split." : ""]"))
|
||||
if(frames)
|
||||
|
||||
Reference in New Issue
Block a user