Skip to content

Commit

Permalink
fixes a path (ParadiseSS13#25382)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaWilkson authored May 6, 2024
1 parent 1150bdb commit eb50355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/caution.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/robot/robot_modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eb50355

Please sign in to comment.