mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Demolition mod is inverted vs "soft" structures like spider webs (#90464)
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
// see-through curtains should let emissives shine through
|
||||
if(!opaque_closed)
|
||||
blocks_emissive = EMISSIVE_BLOCK_NONE
|
||||
return ..()
|
||||
. = ..()
|
||||
ADD_TRAIT(src, TRAIT_INVERTED_DEMOLITION, INNATE_TRAIT)
|
||||
|
||||
/obj/structure/curtain/proc/toggle()
|
||||
open = !open
|
||||
|
||||
Reference in New Issue
Block a user