removed to_chats

This commit is contained in:
Mateusz Dargiel
2023-09-02 13:58:51 +02:00
parent e5a1325095
commit 23097eeeef
2 changed files with 0 additions and 5 deletions
@@ -60,7 +60,6 @@
var/width_multiplier = 0
if(HAS_TRAIT(owner,TRAIT_MESSY))
width_multiplier = 2
to_chat(world, "trait got!")
else
switch(round(size * get_size(owner)))
if(10 to 20)
@@ -55,18 +55,14 @@
// determine size stage
var/length_multiplier = 0
to_chat(world, "splash!")
if(HAS_TRAIT(owner,TRAIT_MESSY))
length_multiplier = 2
to_chat(world, "trait got!")
else
switch(round(length * get_size(owner)))
if(16 to 32)
length_multiplier = 1
to_chat(world, "size1")
if(32 to INFINITY)
length_multiplier = 2
to_chat(world, "size2")
// get affected objects
var/turf/target_turf = owner.loc