[MIRROR] Multiple buckling and wizard spell fixes (#11437)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-16 05:31:14 +02:00
committed by GitHub
co-authored by Will Cameron Lennox Kashargul
parent 90a9f2c39c
commit 91bb52b6d4
8 changed files with 20 additions and 14 deletions
+2
View File
@@ -204,6 +204,8 @@
var/mob/living/simple_mob/SA = M
if(!SA.has_hands)
return 0
if(mob_size < MOB_SMALL && src == M)
return 0
if(size_diff >= 0.50 || mob_size < MOB_SMALL || size_diff >= get_effective_size() || ignore_size)
if(buckled)
to_chat(src,span_notice("You have to unbuckle \the [src] before you pick them up."))