Removes Mutiny

This commit is contained in:
Fox-McCloud
2016-08-12 22:44:11 -04:00
parent 34910e9f4d
commit 3dcc4bdecd
25 changed files with 2 additions and 1578 deletions
-32
View File
@@ -91,38 +91,6 @@ var/list/potential_theft_objectives = subtypesof(/datum/theft_objective) \
return 0
return 1
/datum/objective/mutiny/rp
/datum/objective/mutiny/rp/find_target()
..()
if(target && target.current)
explanation_text = "Assassinate, capture or convert [target.current.real_name], the [target.assigned_role]."
else
explanation_text = "Free Objective"
//less violent rev objectives
/datum/objective/mutiny/rp/check_completion()
if(target && target.current)
if(target.current.stat == DEAD)
return 1
if(!ishuman(target.current))
return 1
if(iscarbon(target.current))
var/mob/living/carbon/C = target.current
if(C.handcuffed)
return 1
if(GAMEMODE_IS_REVOLUTION)
if(target in ticker.mode.head_revolutionaries)
return 1
var/turf/T = get_turf(target.current)
if(T && !is_station_level(T.z))
return 1
return 0
return 1
/datum/objective/maroon
martyr_compatible = 1