mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
makes decal painter a basic tool (#51762)
* makes decal painter a basic tool Makes the Decal Painter into a Basic Tool instead of a BEPIS unlock. It's very meh for a BEPIS unlock, especially for the Scientists that'll be using it. Though, it does have a use that some builders might like. * Update maintenance_loot.dm * decal painter value decrease decal painter now contains much less mats since it is a basic tool * decal painter no longer needs an empty ink cartridge to eject
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
starting_node = TRUE
|
||||
display_name = "Basic Tools"
|
||||
description = "Basic mechanical, electronic, surgical and botanical tools."
|
||||
design_ids = list("screwdriver", "wrench", "wirecutters", "crowbar", "multitool", "welding_tool", "tscanner", "analyzer", "cable_coil", "pipe_painter", "airlock_painter",
|
||||
design_ids = list("screwdriver", "wrench", "wirecutters", "crowbar", "multitool", "welding_tool", "tscanner", "analyzer", "cable_coil", "pipe_painter", "airlock_painter", "decal_painter",
|
||||
"cultivator", "plant_analyzer", "shovel", "spade", "hatchet", "secateurs", "mop", "plunger")
|
||||
|
||||
/datum/techweb_node/basic_medical
|
||||
|
||||
Reference in New Issue
Block a user