Fixes infinite roller beds for borgs.

This commit is contained in:
alex-gh
2018-11-14 06:23:08 +01:00
parent 6cbbbd1901
commit a96475e2c6
@@ -132,6 +132,7 @@
/obj/item/roller_holder/attack_self(mob/user as mob)
if(!held)
to_chat(user, "<span class='info'> The rack is empty.</span>")
return
to_chat(user, "<span class='notice'>You deploy the roller bed.</span>")
var/obj/structure/bed/roller/R = new /obj/structure/bed/roller(user.loc)