Plane adjustments on several low layer objects. (#12286)

This commit is contained in:
Ghom
2020-05-18 02:02:57 +02:00
committed by GitHub
parent d8d59e5052
commit 335f5a37b9
19 changed files with 31 additions and 11 deletions
+1 -1
View File
@@ -290,7 +290,7 @@
if(LAZYLEN(dent_decals) >= MAX_DENT_DECALS)
return
var/mutable_appearance/decal = mutable_appearance('icons/effects/effects.dmi', "", BULLET_HOLE_LAYER)
var/mutable_appearance/decal = mutable_appearance('icons/effects/effects.dmi', "", BULLET_HOLE_LAYER, ABOVE_WALL_PLANE)
switch(denttype)
if(WALL_DENT_SHOT)
decal.icon_state = "bullet_hole"