mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
fixes a path (#25382)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user