mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user