Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Gladius Posterioris (#75)
Browse files Browse the repository at this point in the history
And yea, the great sord of fire rent the skies with great rending and sang us the thirteen songs of the posterior.

Lo, let it be seen that by the hand of the sord and the rear of the sord do we have more sound that descends from upon high the mountaintops and praise it with great praise.

Adds 13 new farts.
  • Loading branch information
nednaZ committed Jun 5, 2023
1 parent 3b9f5d0 commit f1e0fa7
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion monkestation/code/modules/surgery/organs/butts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,25 @@
hitsound = 'sound/misc/fart1.ogg'
body_parts_covered = HEAD
slot_flags = ITEM_SLOT_HEAD
var/list/sound_effect = list('sound/misc/fart1.ogg', 'monkestation/sound/effects/fart2.ogg', 'monkestation/sound/effects/fart3.ogg', 'monkestation/sound/effects/fart4.ogg')
var/list/sound_effect = list(
'sound/misc/fart1.ogg',
'monkestation/sound/effects/fart2.ogg',
'monkestation/sound/effects/fart3.ogg',
'monkestation/sound/effects/fart4.ogg',
'monkestation/sound/effects/sord_farts/sordfart01.ogg',
'monkestation/sound/effects/sord_farts/sordfart02.ogg',
'monkestation/sound/effects/sord_farts/sordfart03.ogg',
'monkestation/sound/effects/sord_farts/sordfart04.ogg',
'monkestation/sound/effects/sord_farts/sordfart07.ogg',
'monkestation/sound/effects/sord_farts/sordfart08.ogg',
'monkestation/sound/effects/sord_farts/sordfart09.ogg',
'monkestation/sound/effects/sord_farts/sordfart10.ogg',
'monkestation/sound/effects/sord_farts/sordfart11.ogg',
'monkestation/sound/effects/sord_farts/sordfart12.ogg',
'monkestation/sound/effects/sord_farts/sordfart13.ogg',
'monkestation/sound/effects/sord_farts/sordfart14.ogg',
'monkestation/sound/effects/sord_farts/sordfart15.ogg'
)
var/atmos_gas = "miasma=0.25;TEMP=310.15" //310.15 is body temperature
var/fart_instability = 1 //Percent chance to lose your rear each fart.
var/cooling_down = FALSE
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f1e0fa7

Please sign in to comment.