This commit is contained in:
SandPoot
2024-01-16 18:00:55 -03:00
588 changed files with 3455 additions and 2654 deletions
+2 -2
View File
@@ -158,8 +158,8 @@
/*
/mob/living/proc/sizeinteractioncheck(mob/living/target)
if(abs(get_effective_size()/target.get_effective_size())>=2.0 && get_effective_size()>target.get_effective_size())
return 0
return FALSE
else
return 1
return TRUE
*/
//Clothes coming off at different sizes, and health/speed/stam changes as well
+2 -2
View File
@@ -33,7 +33,7 @@
if((0 - INFINITY) to RESIZE_NORMAL)
new_size = RESIZE_MICRO
living.update_size(new_size)
return 1
return TRUE
/obj/item/projectile/sizelaser/growthray/on_hit(atom/target, blocked = 0 )
if(isliving(target))
@@ -55,7 +55,7 @@
if((0 - INFINITY) to RESIZE_MICRO)
new_size = RESIZE_MICRO
living.update_size(new_size)
return 1
return TRUE
/obj/item/ammo_casing/energy/laser/growthray
projectile_type = /obj/item/projectile/sizelaser/growthray