Skip to content

Commit

Permalink
Gravity generator removal (#6751)
Browse files Browse the repository at this point in the history
# About the pull request

not used and super ugly old ss13 sprites that should not be used on maps

# Explain why it's good for the game

less legacy mess


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
del: removes gravity generator (ugly legacy stuff)
/:cl:

---------

Co-authored-by: vincibrv <[email protected]>
  • Loading branch information
cuberound and uuuuhuuuu committed Aug 9, 2024
1 parent 0ce0c73 commit 6504815
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 33 deletions.
2 changes: 1 addition & 1 deletion code/_onclick/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
if (A != src) return ..()
var/mob/living/carbon/human/H = A

if (last_chew + 75 > world.time)
if (last_chew + 1 > world.time)
to_chat(H, SPAN_DANGER("You can't bite your hand again yet..."))
return

Expand Down
23 changes: 0 additions & 23 deletions code/modules/power/gravitygenerator.dm

This file was deleted.

1 change: 0 additions & 1 deletion colonialmarines.dme
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,6 @@
#include "code\modules\power\cell.dm"
#include "code\modules\power\fractal_reactor.dm"
#include "code\modules\power\generator.dm"
#include "code\modules\power\gravitygenerator.dm"
#include "code\modules\power\lighting.dm"
#include "code\modules\power\port_gen.dm"
#include "code\modules\power\power.dm"
Expand Down
6 changes: 0 additions & 6 deletions maps/map_files/CORSAT/Corsat.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -40319,12 +40319,6 @@
/turf/open/floor/corsat/yellow,
/area/corsat/gamma/engineering/atmos)
"qVd" = (
/obj/structure/machinery/gravity_generator{
desc = "Absorbs and redirects radiation, hopefully away from you.";
name = "Radiation Collector";
pixel_x = 15;
pixel_y = -5
},
/obj/structure/platform{
dir = 1
},
Expand Down
6 changes: 4 additions & 2 deletions maps/predship/huntership.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,8 @@
/turf/open/shuttle/predship,
/area/yautja)
"co" = (
/obj/structure/machinery/gravity_generator,
/obj/structure/machinery/portable_atmospherics/canister/phoron,
/obj/structure/window/phoronreinforced,
/obj/structure/window/phoronreinforced{
icon_state = "phoronrwindow"
},
Expand Down Expand Up @@ -934,7 +935,8 @@
/turf/open/floor/corsat/squareswood/north,
/area/yautja)
"cy" = (
/obj/structure/machinery/gravity_generator,
/obj/structure/window/phoronreinforced,
/obj/structure/machinery/portable_atmospherics/canister/phoron,
/obj/structure/window/phoronreinforced{
icon_state = "phoronrwindow"
},
Expand Down

0 comments on commit 6504815

Please sign in to comment.