This commit is contained in:
ZomgPonies
2014-05-30 11:13:46 -04:00
parent 99562efb0a
commit 67063dbd7f
+2 -2
View File
@@ -114,7 +114,7 @@ datum/game_mode/nations
H.equip_or_collect(new /obj/item/weapon/pinpointer/advpinpointer/flag(H), slot_r_hand)
H << "You are now part of the great sovereign nation of [H.mind.nation.name]!"
continue
else if(H.mind.assigned_role == "Captain")
else if(H.mind.assigned_role in command_positions)
H.mind.nation = all_nations["People's Republic of Commandzakstan"]
H.hud_updateflag |= 1 << SPECIALROLE_HUD
H.verbs += /mob/proc/respawn_self
@@ -360,7 +360,7 @@ datum/game_mode/nations
H.equip_or_collect(new /obj/item/weapon/pinpointer/advpinpointer/flag(H), slot_r_hand)
H << "You are now part of the great sovereign nation of [H.mind.nation.name]!"
return
else if(H.mind.assigned_role == "Captain")
else if(H.mind.assigned_role in command_positions)
H.mind.nation = all_nations["People's Republic of Commandzakstan"]
H.hud_updateflag |= 1 << SPECIALROLE_HUD
H.verbs += /mob/proc/respawn_self