mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
Constructs 2.0 - Living Stone (#5040)
* Construct Overhaul + Related Fixes/Tweaks
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
//////////////////////////////Construct Spells/////////////////////////
|
||||
|
||||
/*
|
||||
* Moved to game/gamemodes/cult/construct_spells.dm. Here for posterity.
|
||||
*/
|
||||
/*
|
||||
proc/findNullRod(var/atom/target)
|
||||
if(istype(target,/obj/item/weapon/nullrod))
|
||||
return 1
|
||||
@@ -8,3 +11,4 @@ proc/findNullRod(var/atom/target)
|
||||
if(findNullRod(A))
|
||||
return 1
|
||||
return 0
|
||||
*/
|
||||
Reference in New Issue
Block a user