mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
fixes some pulse demon issues (#24129)
* fixes some pulse demon issues * Update code/game/gamemodes/miniantags/pulsedemon/pulsedemon.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -377,9 +377,9 @@
|
||||
return TRUE
|
||||
|
||||
/mob/living/simple_animal/proc/drop_loot()
|
||||
if(loot.len)
|
||||
for(var/i in loot)
|
||||
new i(loc)
|
||||
if(length(loot))
|
||||
for(var/item in loot)
|
||||
new item(get_turf(src))
|
||||
|
||||
/mob/living/simple_animal/revive()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user