Files
Polaris/code/game/objects/structures/props/fences.dm
2021-08-08 23:22:31 +01:00

8 lines
246 B
Plaintext

// fences from TGMC
// You'll need to 'create instances from icon_states' in an editor to use these well
/obj/structure/prop/fence
name = "fence"
desc = "It's a fence! Not much else to say about it."
icon = 'icons/obj/props/decor_fences.dmi'