mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
The steal objective from ninjas who are spawned by events will now have the var owner properly set, avoiding runtimes at roundend.
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