TWEAK: Enables roller beds to cross redgate

This commit is contained in:
Runa Dacino
2023-12-16 20:41:00 +01:00
committed by GitHub
parent 7b3ce59f6a
commit 8c08652eb4
+3 -2
View File
@@ -11,7 +11,8 @@
var/obj/structure/redgate/target
var/secret = FALSE //If either end of the redgate has this enabled, ghosts will not be able to click to teleport
var/list/exceptions = list(
/obj/structure/ore_box
/obj/structure/ore_box,
/obj/structure/bed/roller
) //made it a var so that GMs or map makers can selectively allow things to pass through
var/list/restrictions = list(
/mob/living/simple_mob/vore/overmap/stardog,
@@ -1414,4 +1415,4 @@
else
//todo; throw the ball in a random direction
src.visible_message("\The [ball] bounces off \the [src]'s rim!")
global_announcer.autosay("[ball.last_holder] threw the HYPERball and +missed!+ |Oooh!|","Laserdome Announcer","Entertainment")
global_announcer.autosay("[ball.last_holder] threw the HYPERball and +missed!+ |Oooh!|","Laserdome Announcer","Entertainment")