space cleanup (#17300)

* space cleanup

* this

* this too

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2025-03-14 06:37:13 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent a7314a8766
commit c8aff28c5b
128 changed files with 1859 additions and 1861 deletions
@@ -15,7 +15,7 @@ GLOBAL_LIST_INIT(digest_modes, list())
return null
/datum/digest_mode/proc/handle_atoms(obj/belly/B, list/touchable_atoms)
return FALSE
return FALSE
/datum/digest_mode/digest
id = DM_DIGEST
+25 -25
View File
@@ -787,45 +787,45 @@
// This is about 0.896m^3 of atmosphere
/datum/gas_mixture/belly_air
volume = 2500
temperature = 293.150
total_moles = 104
volume = 2500
temperature = 293.150
total_moles = 104
/datum/gas_mixture/belly_air/New()
. = ..()
gas = list(
GAS_O2 = 21,
GAS_N2 = 79)
. = ..()
gas = list(
GAS_O2 = 21,
GAS_N2 = 79)
/datum/gas_mixture/belly_air/vox
volume = 2500
temperature = 293.150
total_moles = 104
volume = 2500
temperature = 293.150
total_moles = 104
/datum/gas_mixture/belly_air/vox/New()
. = ..()
gas = list(
GAS_PHORON = 100)
. = ..()
gas = list(
GAS_PHORON = 100)
/datum/gas_mixture/belly_air/zaddat
volume = 2500
temperature = 293.150
total_moles = 300
volume = 2500
temperature = 293.150
total_moles = 300
/datum/gas_mixture/belly_air/zaddat/New()
. = ..()
gas = list(
GAS_O2 = 100)
. = ..()
gas = list(
GAS_O2 = 100)
/datum/gas_mixture/belly_air/nitrogen_breather
volume = 2500
temperature = 293.150
total_moles = 104
volume = 2500
temperature = 293.150
total_moles = 104
/datum/gas_mixture/belly_air/nitrogen_breather/New()
. = ..()
gas = list(
GAS_N2 = 100)
. = ..()
gas = list(
GAS_N2 = 100)
/mob/living/proc/feed_grabbed_to_self_falling_nom(var/mob/living/user, var/mob/living/prey)
+1 -1
View File
@@ -135,7 +135,7 @@ V::::::V V::::::VO:::::::OOO:::::::ORR:::::R R:::::REE::::::EEEEEE
//
// Belly searching for simplifying other procs
// Mostly redundant now with belly-objects and isbelly(loc)
// Mostly redundant now with belly-objects and isbelly(loc)
//
/proc/check_belly(atom/movable/A)
return isbelly(A.loc)