TEG REVENGENCE 3 || THE NOT CURSED, WORKING VERSION (#21306)

* updates the damn compile error

* Create test

* this probably is good

* Delete code/__byond_version_compat.dm

* Delete .github/workflows/test

* Delete code/__byond_version_compat.dm

* woops

* big oops

* fucking fastdmm
This commit is contained in:
wonderinghost
2024-02-11 11:57:18 -05:00
committed by GitHub
parent b13244b7df
commit 3984b2565e
4 changed files with 4784 additions and 3 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -704,5 +704,5 @@ ECONOMY
## Uncomment to enable dynamic ruleset config file.
DYNAMIC_CONFIG_ENABLED
## Force Engine - 1 for SM, 2 for Sing/Tesla, 3 for any, 4 for AGCNR
## Force Engine - 1 for SM, 2 for Sing/Tesla, 3 for any, 4 for AGCNR, 5 for TEG
ENGINE_TYPE 3

View File

@@ -109,7 +109,7 @@ GLOBAL_LIST_EMPTY(chosen_station_templates)
return TRUE
/obj/effect/landmark/stationroom/box/engine
template_names = list("Engine SM" = 50, "Engine Singulo And Tesla" = 30, "Engine Nuclear Reactor" = 20)
template_names = list("Engine SM" = 40, "Engine Singulo And Tesla" = 20, "Engine Nuclear Reactor" = 20,"Engine TEG" = 20)
/obj/effect/landmark/stationroom/box/engine/choose()
. = ..()
@@ -123,6 +123,8 @@ GLOBAL_LIST_EMPTY(chosen_station_templates)
return . //We let the normal choose() do the work if we want to have all of them in play
if(4)
return "Engine Nuclear Reactor"
if(5)
return "Engine TEG"
/obj/effect/landmark/stationroom/box/testingsite
@@ -148,7 +150,7 @@ GLOBAL_LIST_EMPTY(chosen_station_templates)
return TRUE
/obj/effect/landmark/stationroom/meta/engine
template_names = list("Meta SM" = 25, "Meta Nuclear Reactor" = 75) // tesla is loud as fuck and singulo doesn't make sense, so SM/reactor only
template_names = list("Meta SM" = 25, "Meta Nuclear Reactor" = 45, "Meta TEG" = 25) // tesla is loud as fuck and singulo doesn't make sense, so SM/reactor only
/obj/effect/landmark/stationroom/meta/engine/choose()
. = ..()
@@ -162,6 +164,8 @@ GLOBAL_LIST_EMPTY(chosen_station_templates)
return . //We let the normal choose() do the work if we want to have all of them in play
if(4)
return "Meta Nuclear Reactor"
if(5)
return "Meta TEG"
/obj/effect/landmark/stationroom/maint/