This commit is contained in:
Fluffy
2023-03-29 01:37:23 +00:00
committed by GitHub
parent faaccc3b98
commit 8adeb2f052
2 changed files with 44 additions and 0 deletions
@@ -38,6 +38,9 @@
/datum/artifact_effect/forcefield/UpdateMove()
if(created_field.len && holder)
var/turf/T = get_turf(holder)
if(!T)
return
while(created_field.len < 16)
//for now, just instantly respawn the fields when they get destroyed
var/obj/effect/energy_field/E = new (locate(T.x,T.y,T))