Merge pull request #10687 from Ghommie/Ghommie-cit523

A few more, ported, runtime fixes.
This commit is contained in:
kevinz000
2020-01-25 05:54:03 -07:00
committed by GitHub
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)