a bit more stuff
This commit is contained in:
@@ -31,9 +31,10 @@
|
||||
|
||||
/obj/item/grenade/plastic/c4/ninja/prime(mob/living/lanced_by)
|
||||
. = ..()
|
||||
anchored = TRUE
|
||||
//Since we already did the checks in afterattack, the denonator must be a ninja with the bomb objective.
|
||||
if(!detonator)
|
||||
return
|
||||
var/datum/antagonist/ninja/ninja_antag = detonator.mind.has_antag_datum(/datum/antagonist/ninja)
|
||||
var/datum/objective/plant_explosive/objective = locate() in ninja_antag.objectives
|
||||
objective.completed = TRUE
|
||||
objective.completed = TRUE
|
||||
Reference in New Issue
Block a user