tweaks on feedback

This commit is contained in:
Aurorablade
2016-04-30 16:04:56 -04:00
parent 7e405427aa
commit dbc65dc7ec
7 changed files with 33 additions and 6 deletions

View File

@@ -386,6 +386,12 @@ var/list/ventcrawl_machinery = list(/obj/machinery/atmospherics/unary/vent_pump,
if(buckled_mob)
to_chat(src, "You can't vent crawl with [buckled_mob] on you!")
return
if(ishuman(src))
var/mob/living/carbon/human/H = src
if(H.w_uniform && istype(H.w_uniform, /obj/item/clothing/under/contortionist))//IMMA SPCHUL SNOWFLAKE
var/obj/item/clothing/under/contortionist/C = H.w_uniform
if(!C.check_clothing(src))//return values confuse me right now
return
var/obj/machinery/atmospherics/unary/vent_found

View File

@@ -6,8 +6,8 @@
icon_living = "cat2"
icon_dead = "cat2_dead"
gender = MALE
maxHealth = 30
health = 30
maxHealth = 20
health = 20
melee_damage_lower = 10
melee_damage_upper = 5
attacktext = "claws"