mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
New rollerbed and vitals monitor sprites (#14363)
This commit is contained in:
@@ -84,14 +84,7 @@
|
||||
src.name = "body bag - "
|
||||
src.name += t
|
||||
playsound(src, pick('sound/bureaucracy/pen1.ogg','sound/bureaucracy/pen2.ogg'), 20)
|
||||
if(istype(buckled_to, /obj/structure/bed/roller))
|
||||
var/obj/structure/bed/roller/R = buckled_to
|
||||
if(R.bag_strap)
|
||||
LAZYREMOVE(overlays, image(R.icon, R.bag_strap))
|
||||
LAZYADD(overlays, image(icon, "bodybag_label"))
|
||||
LAZYADD(overlays, image(R.icon, R.bag_strap))
|
||||
else
|
||||
LAZYADD(overlays, image(icon, "bodybag_label"))
|
||||
LAZYADD(overlays, image(icon, "bodybag_label"))
|
||||
else
|
||||
src.name = "body bag"
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user