better code

This commit is contained in:
ReoDaProtovali
2024-08-08 20:38:27 -05:00
parent d8ec83a29b
commit dd517ee96d
2 changed files with 4 additions and 4 deletions
@@ -51,7 +51,7 @@
make_noise(user, "brap", FARTING_NOISES)
for(/obj/item/storage/book/bible in get_turf(user)) //Biblefart
if(locate(/obj/item/storage/book/bible) in get_turf(user)) //Biblefart
user.gib()
. = ..()
@@ -85,7 +85,7 @@
make_noise(user, "fart", FARTING_NOISES)
for(/obj/item/storage/book/bible in get_turf(user)) //Biblefart
if(locate(/obj/item/storage/book/bible) in get_turf(user)) //Biblefart
user.gib()
. = ..()
+2 -2
View File
@@ -3107,10 +3107,10 @@
#include "GainStation13\code\modules\food_and_drinks\objects\candy_flora.dm"
#include "GainStation13\code\modules\food_and_drinks\recipes\recipes_ported.dm"
#include "GainStation13\code\modules\mob\living\emote.dm"
#include "GainStation13\code\modules\mob\living\vore\eating\living_vr.dm"
#include "GainStation13\code\modules\mob\living\vore\eating\trasheat_lists.dm"
#include "GainStation13\code\modules\mob\living\emote_modular.dm"
#include "GainStation13\code\modules\mob\living\emote_ported.dm"
#include "GainStation13\code\modules\mob\living\vore\eating\living_vr.dm"
#include "GainStation13\code\modules\mob\living\vore\eating\trasheat_lists.dm"
#include "GainStation13\code\modules\reagents\chemistry\reagents\consumable_reagents.dm"
#include "GainStation13\code\modules\reagents\chemistry\reagents\dwarverndrinks.dm"
#include "GainStation13\code\modules\reagents\chemistry\reagents\fatty_drinks.dm"