mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
SD QOL update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user