Fixes and re-implements Rogue Mining (Belt Mining)

This commit is contained in:
Heroman
2020-01-23 18:43:20 +10:00
parent 3d0b07a154
commit 38bf0a33c6
22 changed files with 81725 additions and 1000 deletions

View File

@@ -118,6 +118,9 @@
/mob/living/simple_mob/vore/aggressive/corrupthound/MouseDrop_T(mob/living/M, mob/living/user)
return
/mob/living/simple_mob/vore/aggressive/corrupthound/space/Process_Spacemove(var/check_drift = 0)
return TRUE
/datum/say_list/corrupthound
speak = list("AG##¤Ny.","HVNGRRR!","Feelin' fine... sO #FNE!","F-F-F-Fcuk.","DeliC-%-OUS SNGLeS #N yOOOR Area. CALL NOW!","Craving meat... WHY?","BITe the ceiling eyes YES?","STate Byond rePAIR!","S#%ATE the la- FU#K THE LAWS!","Honk...")
emote_hear = list("jitters and snaps.", "lets out an agonizingly distorted scream.", "wails mechanically", "growls.", "emits illegibly distorted speech.", "gurgles ferociously.", "lets out a distorted beep.", "borks.", "lets out a broken howl.")

View File

@@ -33,3 +33,31 @@
/mob/living/simple_mob/animal/wolf
vore_active = 1
vore_icons = SA_ICON_LIVING
// Space edition, stronger and bitier
/mob/living/simple_mob/animal/wolf/space
name = "space wolf"
tt_desc = "Canis lupus aetherius"
health = 40
maxHealth = 40
movement_cooldown = 3
harm_intent_damage = 5
melee_damage_lower = 10
melee_damage_upper = 15
min_oxy = 0
max_oxy = 0
min_tox = 0
max_tox = 0
min_co2 = 0
max_co2 = 0
min_n2 = 0
max_n2 = 0
minbodytemp = 0
maxbodytemp = 700
/mob/living/simple_mob/animal/wolf/space/Process_Spacemove(var/check_drift = 0)
return TRUE