Skip to content

Commit

Permalink
nerfs the new engineering machine's prybar, toolspeed also: removes t…
Browse files Browse the repository at this point in the history
…he RCD from it (#24520)

* Update tools.dm

* Update tools.dm

* Update tools.dm

* Update tools.dm
  • Loading branch information
RatFromTheJungle authored and FFMirrorBot committed Oct 24, 2023
1 parent 3dd52ac commit 0b72675
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
// Various designs that get added to the colony fab

/datum/design/rcd_loaded/New()
. = ..()
build_type |= COLONY_FABRICATOR

/datum/design/holosignatmos/New()
. = ..()
build_type |= COLONY_FABRICATOR
Expand Down Expand Up @@ -68,10 +64,6 @@
. = ..()
build_type |= COLONY_FABRICATOR

/datum/design/rcd_ammo/New()
. = ..()
build_type |= COLONY_FABRICATOR

/datum/design/light_replacer/New()
. = ..()
build_type |= COLONY_FABRICATOR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
survive <b>forcing doors open</b>."
icon = 'modular_skyrat/modules/colony_fabricator/icons/tools.dmi'
icon_state = "prybar"
toolspeed = 1
toolspeed = 1.3
force_opens = TRUE
custom_materials = list(
/datum/material/iron = SHEET_MATERIAL_AMOUNT * 1.75,
Expand Down

0 comments on commit 0b72675

Please sign in to comment.