mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
[MIRROR] Linter diagnostics + bans non-var relative pathing
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Moved to game/gamemodes/cult/construct_spells.dm. Here for posterity.
|
||||
*/
|
||||
/*
|
||||
proc/findNullRod(var/atom/target)
|
||||
/proc/findNullRod(var/atom/target)
|
||||
if(istype(target,/obj/item/weapon/nullrod))
|
||||
return 1
|
||||
else if(target.contents)
|
||||
|
||||
Reference in New Issue
Block a user