Files
VOREStation/code/game/objects/items/stacks/nanopaste_vr.dm
T
Kashargul 1def015bad end of file Fix (#17308)
* end of file Fix

* fix those lints too
2025-03-10 16:15:35 -04:00

16 lines
569 B
Plaintext

/obj/item/stack/nanopaste
var/restoration_external = 5
var/restoration_internal = 20
var/repair_external = FALSE
var/mech_repair = 10
/obj/item/stack/nanopaste/advanced
name = "advanced nanopaste"
singular_name = "advanced nanite swarm"
desc = "A tube of paste containing swarms of repair nanites. Very effective in repairing robotic machinery. These ones are capable of restoring condition even of most thrashed robotic parts"
icon = 'icons/obj/stacks_vr.dmi'
icon_state = "adv_nanopaste"
restoration_external = 10
repair_external = TRUE
mech_repair = 20