fixes a path (#25382)

This commit is contained in:
BiancaWilkson
2024-05-05 23:14:50 -04:00
committed by GitHub
parent 1150bdb265
commit eb50355daf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
if(r)
r.droplimb(0, DROPLIMB_SHARP)
/obj/item/stack/cyborg_mine //Malf module
/obj/item/stack/caution/proximity_sign/malf //Malf module
name = "proximity mine dispenser"
icon = 'icons/obj/janitor.dmi'
icon_state = "caution"
@@ -517,7 +517,7 @@
)
emag_override_modules = list(/obj/item/reagent_containers/spray/cyborg_lube)
emag_modules = list(/obj/item/reagent_containers/spray/cyborg_facid, /obj/item/malfbroom)
malf_modules = list(/obj/item/stack/cyborg_mine)
malf_modules = list(/obj/item/stack/caution/proximity_sign/malf)
special_rechargables = list(
/obj/item/lightreplacer,
/obj/item/reagent_containers/spray/cyborg_lube,