Condensed laser scalpels into a single version (#18697)

* Condensed laser scalpels into a single version

title

* Remove unused laser scalpel icons
This commit is contained in:
Andrew
2024-03-23 17:24:41 +00:00
committed by GitHub
parent ebba155239
commit 50ba56174a
8 changed files with 56 additions and 54 deletions
@@ -283,13 +283,7 @@ STOCK_ITEM_UNCOMMON(blade, 1.2)
new type(L)
STOCK_ITEM_UNCOMMON(laserscalpel, 1.3)
var/list/lasers = list(
/obj/item/surgery/scalpel/laser1 = 3,
/obj/item/surgery/scalpel/laser2 = 2,
/obj/item/surgery/scalpel/laser3 = 1
)
var/type = pickweight(lasers)
new type(L)
new /obj/item/surgery/scalpel/laser(L)
STOCK_ITEM_UNCOMMON(electropack, 1)
new /obj/item/device/radio/electropack(L)