mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user