mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MDB IGNORE] More /area/ typepath organization and cleanup (#67107)
This further continues what I did in b4fb8f3ed1 (but instead of just stations, its now every (most) applicable area in the game
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
/obj/effect/proc_holder/spell/targeted/rod_form/cast(list/targets, mob/user = usr)
|
||||
var/area/our_area = get_area(user)
|
||||
if(istype(our_area, /area/wizard_station))
|
||||
if(istype(our_area, /area/centcom/wizard_station))
|
||||
to_chat(user, span_warning("You know better than to trash Wizard Federation property. Best wait until you leave to use [src]."))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user