Skip to content

Commit

Permalink
CMO Venom Sword (#37412)
Browse files Browse the repository at this point in the history
  • Loading branch information
falcon2346 authored Feb 13, 2025
1 parent 061fea8 commit ab6876b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/labcoat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
desc = "Bluer than the standard model."
base_icon_state = "labcoat_cmo"
item_state = "labcoat_cmo"
allowed = list(/obj/item/device/analyzer,/obj/item/stack/medical,/obj/item/weapon/dnainjector,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/syringe,/obj/item/weapon/reagent_containers/hypospray,/obj/item/device/healthanalyzer,/obj/item/device/antibody_scanner,/obj/item/device/flashlight/pen,/obj/item/weapon/minihoe,/obj/item/weapon/switchtool,/obj/item/roller,/obj/item/weapon/autopsy_scanner/healthanalyzerpro)
allowed = list(/obj/item/device/analyzer,/obj/item/stack/medical,/obj/item/weapon/dnainjector,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/syringe,/obj/item/weapon/reagent_containers/hypospray,/obj/item/device/healthanalyzer,/obj/item/device/antibody_scanner,/obj/item/device/flashlight/pen,/obj/item/weapon/minihoe,/obj/item/weapon/switchtool,/obj/item/roller,/obj/item/weapon/autopsy_scanner/healthanalyzerpro,/obj/item/weapon/sword/venom)
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 70, rad = 0)
species_fit = list(VOX_SHAPED, GREY_SHAPED, INSECT_SHAPED)
sterility = 50
Expand Down

0 comments on commit ab6876b

Please sign in to comment.