mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
Fix multiple KIN exploits (#9786)
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
return 0
|
||||
|
||||
var/mob/living/pred = hit_atom
|
||||
// CHOMPAdd Start
|
||||
if(pred.is_incorporeal())
|
||||
return
|
||||
// CHOMPAdd End
|
||||
var/safe_fall = FALSE
|
||||
if(pred.softfall || (istype(pred, /mob/living/simple_mob) && pred.mob_size <= MOB_SMALL)) // TODO: add ability for mob below to be 'soft' and cushion fall
|
||||
safe_fall = TRUE
|
||||
|
||||
Reference in New Issue
Block a user