This commit is contained in:
Aliceee2ch
2026-05-08 18:25:23 -04:00
committed by GitHub
parent f991f7ed90
commit f13d479dcf
2 changed files with 3 additions and 3 deletions
@@ -75,7 +75,7 @@
/obj/effect/spawner/random/medical/surgery_tool
name = "Surgery tool spawner"
icon_state = "scapel"
icon_state = "scalpel"
loot = list(
/obj/item/scalpel,
/obj/item/hemostat,
@@ -88,7 +88,7 @@
/obj/effect/spawner/random/medical/surgery_tool_advanced
name = "Advanced surgery tool spawner"
icon_state = "scapel"
icon_state = "scalpel"
loot = list( // Mail loot spawner. Drop pool of advanced medical tools typically from research. Not endgame content.
/obj/item/scalpel/advanced,
/obj/item/retractor/advanced,
@@ -97,7 +97,7 @@
/obj/effect/spawner/random/medical/surgery_tool_alien
name = "Rare surgery tool spawner"
icon_state = "scapel"
icon_state = "scalpel"
loot = list( // Mail loot spawner. Some sort of random and rare surgical tool. Alien tech found here.
/obj/item/scalpel/alien,
/obj/item/hemostat/alien,