From abf9c92268292a221f8c8a74c96a8f17496ec5e8 Mon Sep 17 00:00:00 2001
From: Metis <100518708+sheepishgoat@users.noreply.github.com>
Date: Mon, 16 Sep 2024 20:02:26 -0400
Subject: [PATCH] ci fix
---
GainStation13/code/mechanics/fattening_trap.dm | 2 +-
GainStation13/code/mechanics/hunger.dm | 2 +-
.../code/modules/reagents/chemistry/reagents/dwarverndrinks.dm | 2 +-
.../modules/reagents/chemistry/recipes/ROCKANDSTONEdrinks.dm | 2 +-
.../code/modules/reagents/chemistry/recipes/fatdrinks.dm | 2 +-
GainStation13/code/obj/structure/gsstatues.dm | 2 +-
hyperstation/code/__DEFINES/economy.dm | 2 +-
hyperstation/code/mobs/emote.dm | 2 +-
hyperstation/code/modules/arousal/creampie.dm | 2 +-
hyperstation/code/modules/clothing/gloves.dm | 2 +-
hyperstation/code/modules/mob/dead/new_player/roleplay.dm | 1 +
hyperstation/code/modules/mob/living/silicon/robot/robot.dm | 2 +-
hyperstation/code/obj/ZaoCorp/hat.dm | 2 +-
hyperstation/code/obj/ZaoCorp/suit.dm | 2 +-
hyperstation/code/obj/ZaoCorp/uniform.dm | 2 +-
hyperstation/code/obj/ashtray.dm | 2 +-
hyperstation/code/obj/plushes.dm | 2 +-
hyperstation/code/obj/sounding.dm | 2 +-
18 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/GainStation13/code/mechanics/fattening_trap.dm b/GainStation13/code/mechanics/fattening_trap.dm
index 6a43ffe7cb..50d3c800e1 100644
--- a/GainStation13/code/mechanics/fattening_trap.dm
+++ b/GainStation13/code/mechanics/fattening_trap.dm
@@ -24,4 +24,4 @@
crosser.emote(pick("belch","burp"))
crosser.Knockdown(500)
-
\ No newline at end of file
+
diff --git a/GainStation13/code/mechanics/hunger.dm b/GainStation13/code/mechanics/hunger.dm
index c87a34d7cc..b17f0d5db6 100644
--- a/GainStation13/code/mechanics/hunger.dm
+++ b/GainStation13/code/mechanics/hunger.dm
@@ -27,4 +27,4 @@
else
icon_state = "blob_m_body"
update_body()
- //chungus
\ No newline at end of file
+ //chungus
diff --git a/GainStation13/code/modules/reagents/chemistry/reagents/dwarverndrinks.dm b/GainStation13/code/modules/reagents/chemistry/reagents/dwarverndrinks.dm
index 22afcd02c2..2197581ff8 100644
--- a/GainStation13/code/modules/reagents/chemistry/reagents/dwarverndrinks.dm
+++ b/GainStation13/code/modules/reagents/chemistry/reagents/dwarverndrinks.dm
@@ -25,4 +25,4 @@
glass_desc = "A bold mixture of cheap energy drink, and even cheaper ale. Beloved by partygoers and daredevils across the galaxy. Beloathed by bugpeople"
shot_glass_icon_state = "shotglassbrown"
pH = 4.5
- value = 0.1
\ No newline at end of file
+ value = 0.1
diff --git a/GainStation13/code/modules/reagents/chemistry/recipes/ROCKANDSTONEdrinks.dm b/GainStation13/code/modules/reagents/chemistry/recipes/ROCKANDSTONEdrinks.dm
index 19765b2b3c..421d1108ab 100644
--- a/GainStation13/code/modules/reagents/chemistry/recipes/ROCKANDSTONEdrinks.dm
+++ b/GainStation13/code/modules/reagents/chemistry/recipes/ROCKANDSTONEdrinks.dm
@@ -11,4 +11,4 @@
name = "Glyphid slammer"
id = /datum/reagent/consumable/ethanol/glyphid_slammer
results = list(/datum/reagent/consumable/ethanol/glyphid_slammer = 2)
- required_reagents = list(/datum/reagent/consumable/pwr_game = 1, /datum/reagent/consumable/ethanol/beer = 1)
\ No newline at end of file
+ required_reagents = list(/datum/reagent/consumable/pwr_game = 1, /datum/reagent/consumable/ethanol/beer = 1)
diff --git a/GainStation13/code/modules/reagents/chemistry/recipes/fatdrinks.dm b/GainStation13/code/modules/reagents/chemistry/recipes/fatdrinks.dm
index 12cd73aa0c..283655a6fa 100644
--- a/GainStation13/code/modules/reagents/chemistry/recipes/fatdrinks.dm
+++ b/GainStation13/code/modules/reagents/chemistry/recipes/fatdrinks.dm
@@ -52,4 +52,4 @@
name = "Chocolate Milkshake"
id = /datum/reagent/consumable/milkshake_chocolate
results = list(/datum/reagent/consumable/milkshake_chocolate = 3)
- required_reagents = list(/datum/reagent/consumable/milk/chocolate_milk = 1, /datum/reagent/consumable/cream = 1, /datum/reagent/consumable/coco = 1)
\ No newline at end of file
+ required_reagents = list(/datum/reagent/consumable/milk/chocolate_milk = 1, /datum/reagent/consumable/cream = 1, /datum/reagent/consumable/coco = 1)
diff --git a/GainStation13/code/obj/structure/gsstatues.dm b/GainStation13/code/obj/structure/gsstatues.dm
index 6b87a96416..17fc9a3676 100644
--- a/GainStation13/code/obj/structure/gsstatues.dm
+++ b/GainStation13/code/obj/structure/gsstatues.dm
@@ -3,4 +3,4 @@
desc = "A statue of a long forgotten god, at least on earth."
icon = 'GainStation13/icons/obj/structure/statues.dmi'
icon_state = "fattha_statue"
- anchored = TRUE
\ No newline at end of file
+ anchored = TRUE
diff --git a/hyperstation/code/__DEFINES/economy.dm b/hyperstation/code/__DEFINES/economy.dm
index 7cb6fc6ab9..0eaddaa8c6 100644
--- a/hyperstation/code/__DEFINES/economy.dm
+++ b/hyperstation/code/__DEFINES/economy.dm
@@ -3,4 +3,4 @@
//ID bank account support defines.
#define ID_NO_BANK_ACCOUNT 0
#define ID_FREE_BANK_ACCOUNT 1
-#define ID_LOCKED_BANK_ACCOUNT 2
\ No newline at end of file
+#define ID_LOCKED_BANK_ACCOUNT 2
diff --git a/hyperstation/code/mobs/emote.dm b/hyperstation/code/mobs/emote.dm
index 9353e1368c..51d26f4e8b 100644
--- a/hyperstation/code/mobs/emote.dm
+++ b/hyperstation/code/mobs/emote.dm
@@ -30,4 +30,4 @@
if(user.nextsoundemote >= world.time)
return
user.nextsoundemote = world.time + 7
- playsound(user, 'sound/voice/caw.ogg', 50, 1, -1)
\ No newline at end of file
+ playsound(user, 'sound/voice/caw.ogg', 50, 1, -1)
diff --git a/hyperstation/code/modules/arousal/creampie.dm b/hyperstation/code/modules/arousal/creampie.dm
index 4ae6749357..a545017bfe 100644
--- a/hyperstation/code/modules/arousal/creampie.dm
+++ b/hyperstation/code/modules/arousal/creampie.dm
@@ -12,4 +12,4 @@
/mob/living/carbon/human/proc/cumdrip()
if(isturf(loc))
- new/obj/effect/decal/cleanable/semendrip(get_turf(src))
\ No newline at end of file
+ new/obj/effect/decal/cleanable/semendrip(get_turf(src))
diff --git a/hyperstation/code/modules/clothing/gloves.dm b/hyperstation/code/modules/clothing/gloves.dm
index c3ecb21fe1..1071265067 100644
--- a/hyperstation/code/modules/clothing/gloves.dm
+++ b/hyperstation/code/modules/clothing/gloves.dm
@@ -10,4 +10,4 @@
strip_delay = 40
equip_delay_other = 20
cold_protection = HANDS
- min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT
\ No newline at end of file
+ min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT
diff --git a/hyperstation/code/modules/mob/dead/new_player/roleplay.dm b/hyperstation/code/modules/mob/dead/new_player/roleplay.dm
index e69de29bb2..8b13789179 100644
--- a/hyperstation/code/modules/mob/dead/new_player/roleplay.dm
+++ b/hyperstation/code/modules/mob/dead/new_player/roleplay.dm
@@ -0,0 +1 @@
+
diff --git a/hyperstation/code/modules/mob/living/silicon/robot/robot.dm b/hyperstation/code/modules/mob/living/silicon/robot/robot.dm
index 4752f0c95a..20c7e7679c 100644
--- a/hyperstation/code/modules/mob/living/silicon/robot/robot.dm
+++ b/hyperstation/code/modules/mob/living/silicon/robot/robot.dm
@@ -1,3 +1,3 @@
//This file is empty right now, but leaves room for people to put shit here in the future for those who are lazy
/mob/living/silicon/robot
- var/datum/action/cyborg_small_sprite/small_sprite_action //This gets replaced every time the cyborg changes modules --Cyanosis
\ No newline at end of file
+ var/datum/action/cyborg_small_sprite/small_sprite_action //This gets replaced every time the cyborg changes modules --Cyanosis
diff --git a/hyperstation/code/obj/ZaoCorp/hat.dm b/hyperstation/code/obj/ZaoCorp/hat.dm
index f84461070d..44700db32d 100644
--- a/hyperstation/code/obj/ZaoCorp/hat.dm
+++ b/hyperstation/code/obj/ZaoCorp/hat.dm
@@ -47,4 +47,4 @@
/obj/item/clothing/head/zao/examine(mob/user)
. = ..()
- . += "Alt-click the hat to toggle it\'s cloaking [cloaked ? "off" : "on"]."
\ No newline at end of file
+ . += "Alt-click the hat to toggle it\'s cloaking [cloaked ? "off" : "on"]."
diff --git a/hyperstation/code/obj/ZaoCorp/suit.dm b/hyperstation/code/obj/ZaoCorp/suit.dm
index ddc4cd273c..8110de4a2d 100644
--- a/hyperstation/code/obj/ZaoCorp/suit.dm
+++ b/hyperstation/code/obj/ZaoCorp/suit.dm
@@ -29,4 +29,4 @@
/obj/item/restraints/handcuffs,
/obj/item/tank/internals/emergency_oxygen,
/obj/item/tank/internals/plasmaman,
- /obj/item/toy) // Will be modifying/removing/adding more at a later date.
\ No newline at end of file
+ /obj/item/toy) // Will be modifying/removing/adding more at a later date.
diff --git a/hyperstation/code/obj/ZaoCorp/uniform.dm b/hyperstation/code/obj/ZaoCorp/uniform.dm
index 4865c10524..19c1e1e48e 100644
--- a/hyperstation/code/obj/ZaoCorp/uniform.dm
+++ b/hyperstation/code/obj/ZaoCorp/uniform.dm
@@ -5,4 +5,4 @@
icon_state = "zaounder"
item_state = "zaounder"
item_color = "zaounder"
- alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi'
\ No newline at end of file
+ alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi'
diff --git a/hyperstation/code/obj/ashtray.dm b/hyperstation/code/obj/ashtray.dm
index 5246b6c77d..e31e5a877c 100644
--- a/hyperstation/code/obj/ashtray.dm
+++ b/hyperstation/code/obj/ashtray.dm
@@ -14,4 +14,4 @@
if (istype(I,/obj/item/cigbutt))
to_chat(user, "You place [I] in [src].")
- qdel(I) //drop it in.
\ No newline at end of file
+ qdel(I) //drop it in.
diff --git a/hyperstation/code/obj/plushes.dm b/hyperstation/code/obj/plushes.dm
index 74936cb956..e9dfbb3365 100644
--- a/hyperstation/code/obj/plushes.dm
+++ b/hyperstation/code/obj/plushes.dm
@@ -76,4 +76,4 @@
squeak_override = list('sound/effects/mousesqueek.ogg'= 1)*/
//End
-//Removed all donator plushes for Hyperstation Admins/players in this file.
\ No newline at end of file
+//Removed all donator plushes for Hyperstation Admins/players in this file.
diff --git a/hyperstation/code/obj/sounding.dm b/hyperstation/code/obj/sounding.dm
index 08715aa38e..7454774dd1 100644
--- a/hyperstation/code/obj/sounding.dm
+++ b/hyperstation/code/obj/sounding.dm
@@ -66,4 +66,4 @@
if(P.sounding)
new /obj/item/sounding/used_sounding(usr.loc)
P.sounding = 0
- src.update_genitals()
\ No newline at end of file
+ src.update_genitals()