-Added large Nar-Sie. It is summoned by Cultists instead of regular Nar-Sie.

-Larger icon provided by HornyGranny.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4914 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-10-19 20:38:53 +00:00
parent 601e1068e7
commit 1e1f173ca2
4 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ var/list/sacrificed = list()
M.say("Tok-lyr rqa'nap g[pick("'","`")]lt-ulotf!")
cultist_count += 1
if(cultist_count >= 9)
new /obj/machinery/singularity/narsie(src.loc)
new /obj/machinery/singularity/narsie/large(src.loc)
if(ticker.mode.name == "cult")
ticker.mode:eldergod = 0
return
@@ -465,6 +465,17 @@ var/global/list/uneatable = list(
grav_pull = 10 //How many tiles out do we pull?
consume_range = 3 //How many tiles out do we eat
/obj/machinery/singularity/narsie/large
name = "Nar-Sie"
icon = 'icons/obj/narsie.dmi'
// Pixel stuff centers Narsie.
pixel_x = -236
pixel_y = -256
current_size = 12
move_self = 1 //Do we move on our own?
grav_pull = 13 //How many tiles out do we pull?
consume_range = 12 //How many tiles out do we eat
/obj/machinery/singularity/narsie/process()
eat()
if(!target || prob(5))
+1
View File
@@ -56,6 +56,7 @@ should be listed in the changelog upon commit tho. Thanks. -->
<li class="rscadd">Welding goggles have been added. They are like welding helmets but they are for the glasses equipment slot. Science and the assembly line are given a pair.</li>
<li class="imageadd">Thanks to WJohnston for the welding goggle icons.</li>
<li class="tweak">Small change to the Assembly Line. Instead of six normal flashes, the Assembly Line will instead have two normal flashes and eight synthetic flashes. Synthetic flashes only work once but are designed to be used in construction of Cyborgs.</li>
<li class="tweak">Nar-Sie put on a few pounds. Thanks HornyGranny.</li>
</ul>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB