[MIRROR] Fixed runtime involving crew pinpointers by removing indestructibility from non-nuke pinpointers (#298)

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

Remove invulnerability from crew pinpointer

* Fixed runtime involving crew pinpointers by removing indestructibility from non-nuke pinpointers

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
SkyratBot
2020-08-12 11:28:05 +01:00
committed by GitHub
co-authored by Timberpoes
parent 2d37d950c8
commit a86ac48868
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
-1
View File
@@ -126,7 +126,6 @@
name = "wayfinding pinpointer"
desc = "A handheld tracking device that points to useful places."
icon_state = "pinpointer_way"
resistance_flags = NONE
var/owner = null
var/list/beacons = list()
var/roundstart = FALSE