mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-24 13:48:02 +01:00
Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user