Skip to content

Commit

Permalink
[MIRROR] Fixing one way of duplicating iron sheets [MDB IGNORE] (#4123)
Browse files Browse the repository at this point in the history
* Fixing one way of duplicating iron sheets (#85373)

## About The Pull Request
You actually could duplicate iron by assembling and disassembling
wallmounted sparklers or light switch. Well, now you can't.
## Why It's Good For The Game
I cannot make a cassle out of one iron sheet :(
## Changelog
:cl:
fix: fixes a way of duplicating iron with wallmounted sparklers and
light switches
/:cl:

* Fixing one way of duplicating iron sheets

---------

Co-authored-by: Axidy <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Jul 31, 2024
1 parent 70e6f17 commit 5dd48b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/igniter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
icon = 'icons/obj/wallmounts.dmi'
icon_state = "migniter"
result_path = /obj/machinery/sparker
custom_materials = list(/datum/material/iron = SHEET_MATERIAL_AMOUNT)
pixel_shift = 26

/obj/machinery/sparker
Expand Down
1 change: 1 addition & 0 deletions code/game/machinery/lightswitch.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/light_switch, 26)
icon = 'icons/obj/machines/wallmounts.dmi'
icon_state = "light-nopower"
result_path = /obj/machinery/light_switch
custom_materials = list(/datum/material/iron = SHEET_MATERIAL_AMOUNT)
pixel_shift = 26

/obj/item/circuit_component/light_switch
Expand Down

0 comments on commit 5dd48b8

Please sign in to comment.