mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Various removals. (#14135)
This commit is contained in:
@@ -131,10 +131,6 @@ STOCK_ITEM_UNCOMMON(jetpack, 3)
|
||||
if(prob(40))
|
||||
new /obj/item/tank/emergency_oxygen/double(L)
|
||||
|
||||
STOCK_ITEM_UNCOMMON(xenocostume, 1)
|
||||
new /obj/item/clothing/suit/xenos(L)
|
||||
new /obj/item/clothing/head/xenos(L)
|
||||
|
||||
STOCK_ITEM_UNCOMMON(inhaler, 1)
|
||||
var/obj/item/reagent_containers/inhaler/I = pick(subtypesof(/obj/item/reagent_containers/inhaler))
|
||||
new I(L)
|
||||
|
||||
Reference in New Issue
Block a user