mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 23:59:40 +01:00
[MIRROR] space cleanup (#10414)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
3ef8163aa0
commit
789db280cc
@@ -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
|
||||
|
||||
@@ -893,56 +893,56 @@
|
||||
|
||||
// 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_N2 = 100) // Chomp edit
|
||||
. = ..()
|
||||
gas = list(
|
||||
GAS_N2 = 100) // Chomp edit
|
||||
|
||||
/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)
|
||||
|
||||
//CHOMPEdit Start - for CO2 breathers
|
||||
/datum/gas_mixture/belly_air/carbon_dioxide_breather
|
||||
volume = 2500
|
||||
temperature = 293.150
|
||||
total_moles = 104
|
||||
volume = 2500
|
||||
temperature = 293.150
|
||||
total_moles = 104
|
||||
|
||||
/datum/gas_mixture/carbon_dioxide_breather/New()
|
||||
. = ..()
|
||||
gas = list(
|
||||
GAS_CO2 = 100)
|
||||
. = ..()
|
||||
gas = list(
|
||||
GAS_CO2 = 100)
|
||||
//CHOMPEdit End
|
||||
|
||||
/mob/living/proc/feed_grabbed_to_self_falling_nom(var/mob/living/user, var/mob/living/prey)
|
||||
|
||||
@@ -154,7 +154,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)
|
||||
|
||||
Reference in New Issue
Block a user