mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
fixes compile error for non-existent obj type
This commit is contained in:
@@ -1035,9 +1035,6 @@ var/const/VORE_SIZEDIFF_ANY=5
|
||||
else
|
||||
src.visible_message("<span class='danger'>[helper] has fed [prey] to [src]!</span>")
|
||||
|
||||
for(var/obj/item/weapon/grab/G in prey.grabbed_by)
|
||||
qdel(G)
|
||||
|
||||
if(helper==src)
|
||||
vore_admins("[src] has eaten [prey]. via [method].",src,prey)
|
||||
else if(helper==prey)
|
||||
|
||||
Reference in New Issue
Block a user