Skip to content

Commit

Permalink
Merge pull request cmss13-devs#42 from Noname995/energy-fix
Browse files Browse the repository at this point in the history
Чиним генераторы
  • Loading branch information
Noname995 committed Aug 22, 2024
2 parents 7db44a8 + eba60ff commit b45e02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/fusion_engine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
icon_state = "off-0"
desc = "A Westingland S-52 Fusion Reactor. Takes fuels cells and converts them to power for the ship. Also produces a large amount of heat."
directwired = 0 //Requires a cable directly underneath
is_on = FALSE
unslashable = TRUE
unacidable = TRUE //NOPE.jpg
anchored = TRUE
Expand Down
1 change: 1 addition & 0 deletions code/game/machinery/groundmap_geothermal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
anchored = TRUE
density = TRUE
directwired = 0 //Requires a cable directly underneath
is_on = FALSE
unslashable = TRUE
unacidable = TRUE //NOPE.jpg
var/power_gen_percent = 0 //100,000W at full capacity
Expand Down

0 comments on commit b45e02c

Please sign in to comment.