Fixed runtime involving crew pinpointers by removing indestructibility from non-nuke pinpointers (#52845)

Remove invulnerability from crew pinpointer
This commit is contained in:
Timberpoes
2020-08-11 16:18:08 +01:00
committed by GitHub
parent 6c4c7f5b45
commit 8d2ebb14e8
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -14,7 +14,6 @@
throw_speed = 3
throw_range = 7
custom_materials = list(/datum/material/iron = 500, /datum/material/glass = 250)
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF
var/active = FALSE
var/atom/movable/target //The thing we're searching for
var/minimum_range = 0 //at what range the pinpointer declares you to be at your destination