mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Makes the railings drop the same amount of rods as used (#70588)
About The Pull Request Fixes a bug where constructing a railing would take 6 rods, but deconstructing would only give 3. Why It's Good For The Game Fixes #70570
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
|
||||
/obj/structure/railing/deconstruct(disassembled)
|
||||
if(!(flags_1 & NODECONSTRUCT_1))
|
||||
var/obj/item/stack/rods/rod = new /obj/item/stack/rods(drop_location(), 3)
|
||||
var/obj/item/stack/rods/rod = new /obj/item/stack/rods(drop_location(), 6)
|
||||
transfer_fingerprints_to(rod)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user