mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
more 516 compat (#16922)
* more 516 compat * fix vbo download * limit this for 516 * . * this * don't even try * . * fix that * fiy del log * . * Update debug.dm * guh * Update debug.dm
This commit is contained in:
@@ -484,6 +484,8 @@ GLOBAL_LIST_BOILERPLATE(all_janitorial_carts, /obj/structure/janitorialcart)
|
||||
L.pixel_x = -13
|
||||
L.pixel_y = 7
|
||||
|
||||
/obj/structure/bed/chair/janicart/update_icon()
|
||||
return
|
||||
|
||||
/obj/structure/bed/chair/janicart/bullet_act(var/obj/item/projectile/Proj)
|
||||
if(has_buckled_mobs())
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
dat += " <a href='byond://?src=\ref[src];remove_underwear=[UWC.name]'>(Remove)</a><br>"
|
||||
|
||||
dat = jointext(dat,null)
|
||||
H << browse(dat, "window=wardrobe;size=400x200")
|
||||
H << browse("<html>[dat]</html>", "window=wardrobe;size=400x200")
|
||||
|
||||
/obj/structure/undies_wardrobe/proc/get_metadata(var/mob/living/carbon/human/H, var/underwear_category, var/datum/gear_tweak/gt)
|
||||
var/metadata = H.all_underwear_metadata[underwear_category]
|
||||
|
||||
Reference in New Issue
Block a user