mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
dependencies
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
|
||||
/decl/chemical_reaction/instant/slime_food/on_reaction(var/datum/reagents/holder)
|
||||
var/list/borks = subtypesof(/obj/item/weapon/reagent_containers/food/snacks)
|
||||
|
||||
|
||||
|
||||
playsound(holder.my_atom, 'sound/effects/phasein.ogg', 100, 1)
|
||||
|
||||
@@ -416,7 +416,6 @@
|
||||
blocked += typesof(/mob/living/simple_mob/construct) //Should only exist
|
||||
blocked += typesof(/mob/living/simple_mob/vore/demon) //as player-controlled
|
||||
blocked += typesof(/mob/living/simple_mob/shadekin) //and/or event things
|
||||
blocked += typesof(/mob/living/simple_mob/horror)
|
||||
var/list/voremobs = typesof(mob_path) - blocked // list of possible hostile mobs
|
||||
|
||||
playsound(holder.my_atom, 'sound/effects/phasein.ogg', 100, 1)
|
||||
|
||||
@@ -57,7 +57,6 @@
|
||||
|
||||
#include "../../submaps/admin_use_vr/ert.dm"
|
||||
#include "../../submaps/admin_use_vr/mercship.dm"
|
||||
#include "../../submaps/admin_use_vr/guttersite.dm"
|
||||
|
||||
/datum/map_template/admin_use/ert
|
||||
name = "Special Area - ERT"
|
||||
|
||||
Reference in New Issue
Block a user