mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Adds Kidan Ship Ruin (#32081)
* Kidan Warriors * Linters * Kidan mob AI adjustments and stat adjustments. Kidan Princess Megafauna * Bug spray vulnerability * Ragnarok props and kidan spear update * The ship * Fixes and adjustments * Map update * Linters
This commit is contained in:
@@ -1220,6 +1220,10 @@
|
||||
if(M.mob_biotypes & MOB_BUG)
|
||||
var/damage = min(round(0.4 * volume, 0.1), 10)
|
||||
M.adjustToxLoss(damage)
|
||||
if(istype(M, /mob/living/basic/megafauna/kidan_princess))
|
||||
var/mob/living/basic/megafauna/kidan_princess/princess = M
|
||||
if(!princess.enraged)
|
||||
princess.enrage()
|
||||
if(iscarbon(M))
|
||||
var/mob/living/carbon/C = M
|
||||
var/damage = 1
|
||||
|
||||
Reference in New Issue
Block a user