SD QOL update

This commit is contained in:
Casey
2021-11-16 03:08:20 -05:00
committed by Chompstation Bot
parent e6f330182b
commit c0cc81fbae
29 changed files with 22941 additions and 348 deletions

View File

@@ -45,4 +45,14 @@
L.Confuse(1)
L.throw_at(get_edge_target_turf(L, throwdir), rand(3,6), 10)
//VOREStation Add Start
if(istype(L, /mob/living/simple_mob/vore/alienanimals/startreader))
var/mob/living/simple_mob/vore/alienanimals/startreader/S = L
if(!S.flipped)
S.adjustBruteLoss(100)
S.visible_message("<span class='notice'>\The [S] is flipped over!!!</span>")
S.flipped = TRUE
S.flip_cooldown = 10
S.handle_flip()
//VOREStation Add End
return 1

View File

@@ -87,7 +87,12 @@
new_temperature = round(new_temperature * temp_factor)
L.bodytemperature = new_temperature
//VOREStation Add Start - The last metroid has escaped from captivity, the galaxy is no longer safe.
if(istype(L, /mob/living/simple_mob/vore/alienanimals/space_jellyfish) && target_temperature <= T0C)
var/mob/living/simple_mob/vore/alienanimals/space_jellyfish/J = L
J.adjustFireLoss(75)
J.movement_cooldown *= 2
//VOREStation Add End
return 1
/obj/item/projectile/temp/hot