mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
allow mountable machines on asteroid walls (#23974)
This commit is contained in:
committed by
GitHub
parent
f2223bb122
commit
657ea5ac26
@@ -1,5 +1,8 @@
|
||||
/obj/item/mounted
|
||||
var/list/buildon_types = list(/turf/simulated/wall)
|
||||
var/list/buildon_types = list(
|
||||
/turf/simulated/mineral/ancient,
|
||||
/turf/simulated/wall
|
||||
)
|
||||
|
||||
|
||||
/obj/item/mounted/afterattack(atom/A, mob/user, proximity_flag)
|
||||
|
||||
Reference in New Issue
Block a user