mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user