portable gravity machine (#85694)

## About The Pull Request



https://github.com/user-attachments/assets/98aa2177-ee0f-48d0-bbd4-83d01e688b54


it makes gravity in a radius
you may order it from cargo
may take power from wire instead
## Why It's Good For The Game

good for like space bases and stuff

## Changelog

🆑
add: portable gravity unit, bought at cargo
/🆑
This commit is contained in:
jimmyl
2024-08-17 21:12:38 +02:00
committed by GitHub
parent eb0c661bdd
commit 3fc1503fbd
15 changed files with 538 additions and 0 deletions
+9
View File
@@ -328,3 +328,12 @@
)
crate_name = "radioactive nebula shielding (IMPORTANT)"
crate_type = /obj/structure/closet/crate/engineering
/datum/supply_pack/engineering/portagrav
name = "Portable Gravity Unit Crate"
desc = "Contains a portable gravity unit, to make the clown float into the ceiling."
cost = CARGO_CRATE_VALUE * 4
access_view = ACCESS_ENGINEERING
contains = list(/obj/machinery/power/portagrav = 1)
crate_name = "portable gravity unit crate"
crate_type = /obj/structure/closet/crate/engineering