Update closed.dm
This commit is contained in:
@@ -18,8 +18,7 @@
|
|||||||
/turf/closed/CanPass(atom/movable/mover, turf/target)
|
/turf/closed/CanPass(atom/movable/mover, turf/target)
|
||||||
if(istype(mover) && (mover.pass_flags & PASSCLOSEDTURF))
|
if(istype(mover) && (mover.pass_flags & PASSCLOSEDTURF))
|
||||||
return TRUE
|
return TRUE
|
||||||
else
|
return ..()
|
||||||
..()
|
|
||||||
|
|
||||||
/turf/closed/indestructible
|
/turf/closed/indestructible
|
||||||
name = "wall"
|
name = "wall"
|
||||||
@@ -59,21 +58,6 @@
|
|||||||
if("icon")
|
if("icon")
|
||||||
SStitle.icon = icon
|
SStitle.icon = icon
|
||||||
|
|
||||||
/turf/closed/indestructible/reebe
|
|
||||||
name = "void"
|
|
||||||
icon_state = "reebe"
|
|
||||||
opacity = FALSE
|
|
||||||
baseturf = /turf/closed/indestructible/reebe
|
|
||||||
|
|
||||||
/turf/closed/indestructible/reebe/ratvar_act()
|
|
||||||
return
|
|
||||||
|
|
||||||
/turf/closed/indestructible/reebe/narsie_act()
|
|
||||||
return
|
|
||||||
|
|
||||||
/turf/closed/indestructible/reebe/CollidedWith(atom/movable/AM)
|
|
||||||
playsound(src, 'sound/effects/bamf.ogg', 25, TRUE)
|
|
||||||
|
|
||||||
/turf/closed/indestructible/riveted
|
/turf/closed/indestructible/riveted
|
||||||
icon = 'icons/turf/walls/riveted.dmi'
|
icon = 'icons/turf/walls/riveted.dmi'
|
||||||
icon_state = "riveted"
|
icon_state = "riveted"
|
||||||
|
|||||||
Reference in New Issue
Block a user