mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-30 20:13:53 +00:00
#Reverted default religion to Space Christianity. SS13 is not 40k and the Imperium is not mentioned anywhere in the [tgstation] backstory as far as I know. It's fine if that's what you want to worship but it does not make a lot of sense for it to be the default option.
#A few specific religions will now spawn unique books (they all use the Bible sprite). Feel free to expand on this. #AIs and cyborgs will now get the code phrases if they are a traitor. Rev heads will no-longer get them. Finally, rev heads will properly equip their items if admin-made. #Added field generator code improvements by Aygar. #Added a general turf proc to kill mobs/creatures in a tile, kill_creatures(). Might be useful in the future if more creatures are added. #Added a general teleport proc, get_teleport_loc(). Supports only 4 directions of movement. #More code improvements to ninjas. Admins will now only spawn player ghosts as ninjas. No more admin ninjas. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1577 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -276,6 +276,7 @@ datum/mind
|
||||
var/datum/game_mode/current_mode = ticker.mode
|
||||
switch (href_list["traitorize"])
|
||||
if ("headrev")
|
||||
current_mode.equip_traitor(current,1)
|
||||
current_mode:equip_revolutionary(current)
|
||||
//find first headrev
|
||||
for(var/datum/mind/rev_mind in current_mode:head_revolutionaries)
|
||||
|
||||
Reference in New Issue
Block a user