[GBP: NO UPDATE] Remove alien nest bitmasking properties (#17355)

This commit is contained in:
S34N
2022-01-21 19:31:55 +01:00
committed by GitHub
parent 608b3f9787
commit b86154cabb
2 changed files with 1 additions and 6 deletions
@@ -4,13 +4,9 @@
name = "alien nest"
desc = "It's a gruesome pile of thick, sticky resin shaped like a nest."
icon = 'icons/mob/alien.dmi'
icon_state = "nest-0"
base_icon_state = "nest"
icon_state = "nest"
max_integrity = 120
var/image/nest_overlay
smoothing_flags = SMOOTH_BITMASK
smoothing_groups = list(SMOOTH_GROUP_ALIEN_NEST)
canSmoothWith = list(SMOOTH_GROUP_ALIEN_NEST)
comfort = 0
flags = NODECONSTRUCT