Skip to content

Commit

Permalink
Merge pull request cmss13-devs#11 from Noname995/hybrisa
Browse files Browse the repository at this point in the history
Фиксим геники и другая гибриза!
  • Loading branch information
Noname995 authored Aug 9, 2024
2 parents 331dfc5 + 0942dd8 commit 3d40ee8
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 63 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
Loading

0 comments on commit 3d40ee8

Please sign in to comment.