Pinpointers can now point to their respective nuke. (#14783)

* Allows crew and operative nuclear pinpointers to point to their respective nukes

* Maybe hit a few more of them

* Removes true/false from active, fix henk question.

* SSSPEEEEEEEEEEEDprocess

* Steels requests

* Mode is 2 in some cases(thanks adv pinpointer), steels request

* REFACTORS PINPOINTERS AGAIN and henks stuff

* Fixes travis + runtimes

* Update code/game/gamemodes/nuclear/pinpointer.dm

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* Henks requests

* Switches things up

* Apply suggestions from code review

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* Fixes it, adds desc as per affecteds request

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2020-11-18 15:26:37 -05:00
committed by GitHub
parent e9f7723f89
commit cebc4b50ef
2 changed files with 148 additions and 131 deletions
+2 -2
View File
@@ -3417,8 +3417,8 @@
hunter_mob.equipOutfit(O, FALSE)
var/obj/item/pinpointer/advpinpointer/N = new /obj/item/pinpointer/advpinpointer(hunter_mob)
hunter_mob.equip_to_slot_or_del(N, slot_in_backpack)
N.active = 1
N.mode = 2
N.mode = 3 //MODE_ADV, not defined here
N.setting = 2 //SETTING_OBJECT, not defined here
N.target = H
N.point_at(N.target)
N.modelocked = TRUE