Update closed.dm
This commit is contained in:
@@ -18,8 +18,7 @@
|
||||
/turf/closed/CanPass(atom/movable/mover, turf/target)
|
||||
if(istype(mover) && (mover.pass_flags & PASSCLOSEDTURF))
|
||||
return TRUE
|
||||
else
|
||||
..()
|
||||
return ..()
|
||||
|
||||
/turf/closed/indestructible
|
||||
name = "wall"
|
||||
@@ -59,21 +58,6 @@
|
||||
if("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
|
||||
icon = 'icons/turf/walls/riveted.dmi'
|
||||
icon_state = "riveted"
|
||||
|
||||
Reference in New Issue
Block a user