Fixes oversight of picnic blankets NOT being anchored

* I assumed all obj/structure start as anchored
* I assumed wrong.
* I need to stop assuming things
* Anyway, bugfix for informal bugreport "throwing items at blankets causes them to get dislodged weirdly."
This commit is contained in:
Runa Dacino
2023-06-07 18:00:13 +02:00
parent 3e086c3a68
commit 30cae88d19
@@ -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"