Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #198 from TimThe4th/zabor
Browse files Browse the repository at this point in the history
Перелазим через заборы
  • Loading branch information
johncoder0 committed Jul 6, 2023
2 parents 19f502b + 6962be7 commit f299ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maps/away/cadaab/cadaab_objects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
desc = "A flimsy lattice of metal rods, with screws to secure it to the floor."
icon = 'maps/away/cadaab/icons/objects.dmi'
icon_state = "steelfence"
atom_flags = ATOM_FLAG_CLIMBABLE
anchored = TRUE
density = TRUE
plane = DECORATIONS_PLANE
Expand Down Expand Up @@ -340,4 +341,4 @@
return ..()

/obj/machinery/telecomms/allinone/castelnau
listening_freqs = list(PUB_FREQ, HAIL_FREQ, SEC_FREQ, MED_FREQ, SUP_FREQ, SRV_FREQ, COMM_FREQ)
listening_freqs = list(PUB_FREQ, HAIL_FREQ, SEC_FREQ, MED_FREQ, SUP_FREQ, SRV_FREQ, COMM_FREQ)

0 comments on commit f299ee0

Please sign in to comment.