mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Part two of the objective system. Also fixed up AIs on the shuttle, bug #747, and interacting with windows.
This commit is contained in:
+1
-2
@@ -367,8 +367,7 @@ datum/mind
|
||||
new_objective.owner = src
|
||||
|
||||
if ("steal")
|
||||
var/steal_type = pick(GetObjectives(assigned_role,src))
|
||||
new_objective = new steal_type
|
||||
new_objective = pick(GenerateTheft(assigned_role,src))
|
||||
new_objective.owner = src
|
||||
|
||||
if("download","capture","absorb")
|
||||
|
||||
Reference in New Issue
Block a user