Reverted r5355.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5357 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-12-18 23:51:10 +00:00
parent 4ca1f32713
commit 7b3ca4e0d9
3 changed files with 7 additions and 17 deletions
+7 -7
View File
@@ -52,12 +52,12 @@
/datum/game_mode/cult/pre_setup()
//if(prob(50))
// objectives += "survive"
// objectives += "sacrifice"
//else
objectives += "eldergod"
//objectives += "sacrifice"
if(prob(50))
objectives += "survive"
objectives += "sacrifice"
else
objectives += "eldergod"
objectives += "sacrifice"
if(config.protect_roles_from_antagonist)
restricted_jobs += protected_jobs
@@ -116,7 +116,7 @@
else
explanation = "Free objective."
if("eldergod")
explanation = "Nar-Sie wishes to consume the station! Summon Nar-Sie via the use of the appropriate rune (Hell join self) on the station's level. It will only work if nine cultists stand near it and the rune is on the same level as the station."
explanation = "Summon Nar-Sie via the use of the appropriate rune (Hell join self). It will only work if nine cultists stand on and around it."
cult_mind.current << "<B>Objective #[obj_count]</B>: [explanation]"
cult_mind.memory += "<B>Objective #[obj_count]</B>: [explanation]<BR>"
cult_mind.current << "The convert rune is join blood self"
-2
View File
@@ -125,8 +125,6 @@ var/list/sacrificed = list()
/////////////////////////////////////////FOURTH RUNE
tearreality()
if(src.z != 1) // station z level
return fizzle()
var/cultist_count = 0
for(var/mob/M in range(1,src))
if(iscultist(M) && !M.stat)
-8
View File
@@ -48,14 +48,6 @@ Stuff which is in development and not yet visible to players or just code relate
should be listed in the changelog upon commit tho. Thanks. -->
<!-- To take advantage of the pretty new format (well it was new when I wrote this anyway), open the "add-to-changelog.html" file in any browser and add the stuff and then generate the html code and paste it here -->
<div class="commit sansserif">
<h2 class="date">16 December 2012</h2>
<h3 class="author">Giacom updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Cultists will only get the "Summon NarSie" objective from now on. This will hopefully make Cult more interesting. You can only summon NarSie on the station now.</li>
</ul>
<div class="commit sansserif">
<h2 class="date">16 December 2012</h2>
<h3 class="author">Giacom updated:</h3>