mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 08:39:12 +01:00
[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:
co-authored by
Will
Cameron Lennox
Kashargul
parent
90a9f2c39c
commit
91bb52b6d4
@@ -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."))
|
||||
|
||||
Reference in New Issue
Block a user