Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Prevent setting signals for Flockdoors with multitools #150

Merged
merged 2 commits into from
Apr 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions code/obj/machinery/door/feather.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
/obj/machinery/door/feather/New()
..()
setMaterial("gnesis")
var/datum/component/C = src.GetComponent(/datum/component/mechanics_holder)
C.RemoveComponent()
FlameArrow57 marked this conversation as resolved.
Show resolved Hide resolved
src.AddComponent(/datum/component/flock_protection, FALSE, FALSE, TRUE)

/obj/machinery/door/feather/special_desc(dist, mob/user)
Expand Down