Skip to content

Commit

Permalink
yhtefdg
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba committed Sep 25, 2024
1 parent f7a71ce commit d2da3eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified icons/obj/machines/research.dmi
Binary file not shown.
2 changes: 1 addition & 1 deletion monkestation/code/game/machinery/bomb_actualizer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
var/flame = 0
var/flash = 0
var/turf/location = get_turf(src)
var/actualizer_multiplier = 0.40
var/actualizer_multiplier = 0.5
var/capped_heavy
var/capped_medium
var/capped_light
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
req_components = list(
/datum/stock_part/manipulator = 1,
/datum/stock_part/scanning_module = 1,
/datum/stock_part/matter_bin = 10)
/datum/stock_part/matter_bin = 5)

/obj/item/circuitboard/machine/composters
name = "NT-Brand Auto Composter (Machine Board)"
Expand Down
2 changes: 1 addition & 1 deletion monkestation/code/modules/research/techweb/all_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
id = "bomb_actualizer"
display_name = "Bomb Actualization Technology"
description = "Using bluespace technology we can increase the actual yield of ordinance to their theoretical maximum on station... to disasterous effect."
prereq_ids = list("micro_bluespace", "weaponry", "bluespace_storage", "practical_bluespace")
prereq_ids = list("micro_bluespace", "bluespace_storage", "practical_bluespace")
design_ids = list(
"bomb_actualizer",
)
Expand Down

0 comments on commit d2da3eb

Please sign in to comment.