Refactor the fuck out of theft objectives. No more stealing your own jumpsuit.

Conflicts:
	code/datums/mind.dm
	code/game/gamemodes/objective.dm
	code/modules/mining/money_bag.dm
	code/modules/mining/ores_coins.dm
	html/changelog.html
This commit is contained in:
Rob Nelson
2014-01-24 12:16:57 -05:00
committed by ZomgPonies
parent e937bdd4c2
commit 1f30243a08
9 changed files with 314 additions and 121 deletions
+3 -1
View File
@@ -10,10 +10,12 @@
ticker.mode.traitors += H.mind
H.mind.special_role = "traitor"
/* This never worked.
var/datum/objective/steal/steal_objective = new
steal_objective.owner = H.mind
steal_objective.set_target("nuclear authentication disk")
H.mind.objectives += steal_objective
*/
var/datum/objective/hijack/hijack_objective = new
hijack_objective.owner = H.mind
@@ -64,4 +66,4 @@
M.apply_damage(10, HALLOSS)
if(prob(5))
M.Weaken(3)
visible_message("\red [M] HAS BEEN ELIMINATED!!", 3)
visible_message("\red [M] HAS BEEN ELIMINATED!!", 3)