From 46d2be54f9d6e6bd3cb7b78bf02f52e9bd7e6803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shadowsun=E2=84=A2?= <12494967+CattoGamer@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:15:27 +0100 Subject: [PATCH] allow to use the model browser for theater doors --- workshop/gamemodes/cinema_modded/cinema.fgd | 1 + 1 file changed, 1 insertion(+) diff --git a/workshop/gamemodes/cinema_modded/cinema.fgd b/workshop/gamemodes/cinema_modded/cinema.fgd index 3ba191c..8b8aff7 100644 --- a/workshop/gamemodes/cinema_modded/cinema.fgd +++ b/workshop/gamemodes/cinema_modded/cinema.fgd @@ -26,6 +26,7 @@ @PointClass base(Targetname, Origin, Angles) studioprop() = theater_door : "Door to teleport players between locations" [ + model(studio) : "Door Model" : : "The door model of the target" teleportentity(target_destination) : "Teleport To" : : "The name of the teleport entity." opendoorsound(sound) : "Door Open sound" : : "The sound the door will make when it opens." closedoorsound(sound) : "Door Close sound" : : "The sound the door will make when it closes."