Area tweaks (#20391)

Reworked area changes and power define channels

No player visible changes (hopefully)
This commit is contained in:
Fluffy
2025-02-16 18:53:46 +00:00
committed by GitHub
parent 186f94ff58
commit f3dab68568
49 changed files with 184 additions and 123 deletions
@@ -95,7 +95,7 @@
if(istype(attacking_item, /obj/item/light))
var/obj/item/light/L = attacking_item
if(L.status == 0) // LIGHT OKAY
if(L.status == 0) // AREA_USAGE_LIGHT OKAY
if(uses < max_uses)
AddUses(1)
to_chat(user, SPAN_NOTICE("You insert \the [L] into \the [src]. You have [uses] light\s remaining."))