Bugfixes for Hallucinations, borgs'n'doors, and airlocks autorefreshing.

This commit is contained in:
SkyMarshal
2012-02-29 22:20:35 -07:00
parent cc2024d8a8
commit 67502c5d2e
5 changed files with 5 additions and 14 deletions
+1 -1
View File
@@ -1548,7 +1548,7 @@ datum
M:heal_organ_damage(3,3)
M:adjustToxLoss(-3)
M:halloss = 0
M:hallucination -= 5
M:hallucination = max(M:hallucination - 5,0)
..()
return
+1
View File
@@ -132,6 +132,7 @@ mob/living/carbon/proc/handle_hallucinations()
src << 'Taser.ogg'
//Rare audio
if(12)
//These sounds are (mostly) taken from Hidden: Source
var/list/creepyasssounds = list('ghost.ogg', 'ghost2.ogg', 'Heart Beat.ogg', 'screech.ogg',\
'behind_you1.ogg', 'behind_you2.ogg', 'far_noise.ogg', 'growl1.ogg', 'growl2.ogg',\
'growl3.ogg', 'im_here1.ogg', 'im_here2.ogg', 'i_see_you1.ogg', 'i_see_you2.ogg',\