mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-18 21:42:23 +00:00
Fix hardmode Vetus drop nothing (#29701)
* Update ancient_robot.dm * lol
This commit is contained in:
@@ -206,10 +206,9 @@ Difficulty: Hard
|
||||
|
||||
if(enraged)
|
||||
for(var/mob/living/M in urange(40, src)) //Bigger range, ran once per shift, as people run away from vetus as it blows up.
|
||||
if(!M.client)
|
||||
return
|
||||
loot += /obj/item/disk/fauna_research/vetus
|
||||
..()
|
||||
if(M.client)
|
||||
loot += /obj/item/disk/fauna_research/vetus
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_animal/hostile/megafauna/ancient_robot/enrage()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user