DP's Radio & Pinpointer are now NODROP.

This commit is contained in:
Kyep
2017-06-08 22:12:56 -07:00
parent b241af77b8
commit e29bd33637
2 changed files with 8 additions and 3 deletions
+7 -3
View File
@@ -1200,8 +1200,12 @@
if(istype(I))
apply_to_card(I, H, get_all_accesses(), "Dark Priest", "syndie")
var/obj/item/weapon/nullrod/armblade/B = H.r_hand
B.force = 20
B.name = "blessing of the reaper"
B.desc = "Sometimes, someone's just gotta die."
if(istype(B))
B.force = 20
B.name = "blessing of the reaper"
B.desc = "Sometimes, someone's just gotta die."
var/obj/item/device/radio/headset/R = H.l_ear
if(istype(R))
R.flags |= NODROP
var/obj/item/weapon/implant/explosive/E = new(H)
E.implant(H)
+1
View File
@@ -1881,6 +1881,7 @@
N.mode = 2
N.target = H
N.point_at(N.target)
N.flags |= NODROP
var/datum/objective/assassinate/kill_objective = new
kill_objective.owner = priest_mind
kill_objective.target = H.mind