mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Area tweaks (#20391)
Reworked area changes and power define channels No player visible changes (hopefully)
This commit is contained in:
@@ -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."))
|
||||
|
||||
Reference in New Issue
Block a user