mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
scapel (#96004)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user