mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
no relative pathing (#16234)
* the voices win in the end * cleanup * changelog * secure.dm hates me * make_exact_fit() in initialize instead of whatever was happening before
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//////////////////////////////Construct Spells/////////////////////////
|
||||
|
||||
proc/findNullRod(var/atom/target)
|
||||
/proc/findNullRod(var/atom/target)
|
||||
if(istype(target,/obj/item/nullrod))
|
||||
return 1
|
||||
else if(target.contents)
|
||||
|
||||
Reference in New Issue
Block a user