Bugfixes:

Fixed a boatload of runtime errors. There's so many I just completely forgot what they all were!

     Explosions / Singularities now do not gib people "one-by-one" as some people may have noticed. This looked absolutely weird.


Sounds:
     I was planning on making sounds become all distorted and whatnot if you were "high", but there were some problems. I've instead just settled with making deaf people not being able to hear non-ambient sounds at all.






git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1941 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-27 20:57:21 +00:00
parent 619c98bd8a
commit b0e69dcd99
15 changed files with 91 additions and 71 deletions
+6 -6
View File
@@ -775,13 +775,13 @@ var/list/sacrificed = list()
if (iscultist(C))
continue
C.ear_deaf += 50
C.show_message("\red World around you suddenly becomes quiet.", 3)
C.show_message("\red The world around you suddenly becomes quiet.", 3)
affected++
if(prob(1))
C.disabilities |= 4
if(affected)
usr.say("Sti' kaliedir!")
usr << "\red World becomes quiet as deafening rune dissipates into fine dust."
usr << "\red The world becomes quiet as the deafening rune dissipates into fine dust."
del(src)
else
return fizzle()
@@ -792,7 +792,7 @@ var/list/sacrificed = list()
continue
C.ear_deaf += 30
//talismans is weaker.
C.show_message("\red World around you suddenly becomes quiet.", 3)
C.show_message("\red The world around you suddenly becomes quiet.", 3)
affected++
if(affected)
usr.whisper("Sti' kaliedir!")
@@ -814,11 +814,11 @@ var/list/sacrificed = list()
C.disabilities |= 1
if(prob(10))
C.sdisabilities |= 1
C.show_message("\red Suddenly you see red flash, that blinds you.", 3)
C.show_message("\red Suddenly you see red flash that blinds you.", 3)
affected++
if(affected)
usr.say("Sti' kaliesin!")
usr << "\red Rune flashes, blinding those who not follow the Nar-Sie, and dissipates into fine dust."
usr << "\red The rune flashes, blinding those who not follow the Nar-Sie, and dissipates into fine dust."
del(src)
else
return fizzle()
@@ -831,7 +831,7 @@ var/list/sacrificed = list()
C.eye_blind += 10
//talismans is weaker.
affected++
C.show_message("\red You feel sharp pain in your eyes, and the world disappears into darkness..", 3)
C.show_message("\red You feel a sharp pain in your eyes, and the world disappears into darkness..", 3)
if(affected)
usr.whisper("Sti' kaliesin!")
usr << "\red Your talisman turns into gray dust, blinding those who not follow the Nar-Sie."