mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Changeling Morph (#10010)
This commit is contained in:
@@ -58,9 +58,12 @@ var/global/list/can_enter_vent_with = list(
|
||||
/mob/living/proc/ventcrawl_carry()
|
||||
for(var/atom/A in src.contents)
|
||||
if(!is_allowed_vent_crawl_item(A))
|
||||
to_chat(src, "<span class='warning'>You can't be carrying that when vent crawling!</span>")
|
||||
return 0
|
||||
return 1
|
||||
to_chat(src, SPAN_WARNING("You can't be carrying that when vent crawling!"))
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
/mob/living/simple_animal/hostile/morph/ventcrawl_carry()
|
||||
return TRUE
|
||||
|
||||
/obj/machinery/atmospherics/AltClick(mob/living/user)
|
||||
if(is_type_in_list(src, ventcrawl_machinery) && user.can_ventcrawl())
|
||||
|
||||
Reference in New Issue
Block a user