mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Updates Mineral Doors (#31071)
* door * Update mineral_doors.dm * Update test_attack_chain_structures.dmm * Update rocky_motel_submap.dmm --------- Co-authored-by: Fordoxia <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
@@ -150,8 +150,8 @@
|
||||
|
||||
/obj/projectile/magic/door
|
||||
name = "bolt of door creation"
|
||||
var/list/door_types = list(/obj/structure/mineral_door/wood,/obj/structure/mineral_door/iron,/obj/structure/mineral_door/silver,\
|
||||
/obj/structure/mineral_door/gold,/obj/structure/mineral_door/uranium,/obj/structure/mineral_door/sandstone,/obj/structure/mineral_door/transparent/plasma,\
|
||||
var/list/door_types = list(/obj/structure/mineral_door/wood, /obj/structure/mineral_door, /obj/structure/mineral_door/silver, \
|
||||
/obj/structure/mineral_door/gold,/obj/structure/mineral_door/uranium, /obj/structure/mineral_door/sandstone, /obj/structure/mineral_door/transparent/plasma,\
|
||||
/obj/structure/mineral_door/transparent/diamond)
|
||||
|
||||
/obj/projectile/magic/door/on_hit(atom/target)
|
||||
|
||||
Reference in New Issue
Block a user