mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-07-20 20:44:22 +01:00
TWEAK: Enables roller beds to cross redgate
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user