mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Merge pull request #1029 from Aranclanos/CheckCompletitionRuntime
Runtime fix for ninja steal objective.
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
if(2) //steal
|
||||
var/datum/objective/steal/O = new /datum/objective/steal()
|
||||
O.set_target(pick(O.possible_items_special))
|
||||
O.owner = Mind
|
||||
Mind.objectives += O
|
||||
|
||||
if(3) //protect/kill
|
||||
|
||||
Reference in New Issue
Block a user