mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Makes a ton of dirs into defines (#31244)
* Makes a ton of dirs into defines * lol oops * "fix" * ignore everything
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Examples
|
||||
/*
|
||||
-- Will call the proc for all computers in the world, thats dir is 2.
|
||||
CALL ex_act(1) ON /obj/machinery/computer IN world WHERE dir == 2
|
||||
CALL ex_act(1) ON /obj/machinery/computer IN world WHERE dir == SOUTH
|
||||
-- Will open a window with a list of all the closets in the world, with a link to VV them.
|
||||
SELECT /obj/structure/closet/secure_closet/security/cargo IN world WHERE icon_off == "secoff"
|
||||
-- Will change all the tube lights to green
|
||||
|
||||
Reference in New Issue
Block a user