Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
/datum/export/landmine
desc = "The TerraGov Frontier Command maintains an active bounty program for the disposal of UXO. Make the frontier a safer place today!"

/datum/export/thruster_ion
elasticity_coeff = 0.5
recovery_ds = 7.5 MINUTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/datum/design/board
materials = list(/datum/material/iron = 1000, /datum/material/glass = 1000, /datum/material/silver = 1000, /datum/material/gold = 1000)

/datum/design/board/xenobiocamera
name = "Computer Design (Xenobiology Console)"
desc = "Allows for the construction of circuit boards used to build xenobiology camera computers."
Expand Down
Loading