Merge pull request #14988 from Runa-Dacino/fixpicnic

Fixes oversight of picnic blankets NOT being anchored
This commit is contained in:
Heroman3003
2023-06-08 04:58:26 +10:00
committed by GitHub
@@ -33,6 +33,7 @@
var/blanket_type = CENTER
layer = HIDING_LAYER - 0.01 //Stuff shouldn't be able to hide under the blanket on the ground
var/list/attached_blankets = list()
anchored = TRUE
/obj/structure/picnic_blanket_deployed/verb/fold_up()
set name = "Fold up"