mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
placing roller bed acts the same as expanding it in inventory (#18301)
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
if(isturf(target))
|
||||
var/turf/T = target
|
||||
if(!T.density)
|
||||
var/obj/structure/bed/roller/R = new /obj/structure/bed/roller(T)
|
||||
var/obj/structure/bed/roller/R = new extended(T)
|
||||
R.add_fingerprint(user)
|
||||
qdel(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user