A few more, ported, runtime fixes.

This commit is contained in:
Ghommie
2020-01-24 03:02:07 +01:00
parent 14a33ee7dc
commit 721fd108f9
8 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
icon_state = "guillotine_raised"
/obj/structure/guillotine/proc/drop_blade(mob/user)
if (buckled_mobs.len && blade_sharpness)
if (has_buckled_mobs() && blade_sharpness)
var/mob/living/carbon/human/H = buckled_mobs[1]
if (!H)