mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 11:30:50 +01:00
better code
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user