mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
Bugfixes for Hallucinations, borgs'n'doors, and airlocks autorefreshing.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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',\
|
||||
|
||||
Reference in New Issue
Block a user