small tweaks

- removed the chance to become a fly if you use the stationary tele
- added a mealdor to lavaland syndie base
This commit is contained in:
GDLW
2023-06-22 18:07:42 +02:00
parent fb2a66aabe
commit a4ca1f4863
2 changed files with 1 additions and 9 deletions

View File

@@ -74,14 +74,6 @@
if(do_teleport(M, com.target, channel = TELEPORT_CHANNEL_BLUESPACE))
use_power(5000)
if(!calibrated && iscarbon(M) && prob(30 - ((accuracy) * 10))) //oh dear a problem
var/mob/living/carbon/C = M
if(C.dna?.species && C.dna.species.id != "fly" && !HAS_TRAIT(C, TRAIT_RADIMMUNE))
to_chat(C, "<span class='italics'>You hear a buzzing in your ears.</span>")
C.set_species(/datum/species/fly)
log_game("[C] ([key_name(C)]) was turned into a fly person")
C.apply_effect((rand(120 - accuracy * 40, 180 - accuracy * 60)), EFFECT_IRRADIATE, 0)
calibrated = FALSE
return