mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-31 00:26:56 +01:00
removed to_chats
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user