Fixes blueprints exploit (#36625)

* Fixes blueprints exploit

* redundent qdeleted
This commit is contained in:
kevinz000
2018-03-29 02:35:26 -07:00
committed by CitadelStationBot
parent 77f40b6be9
commit 9442a2905e
2 changed files with 16 additions and 8 deletions
@@ -82,15 +82,13 @@
var/mob/living/carbon/human/H = mover
if(H.nutrition >= NUTRITION_LEVEL_FAT)
H.visible_message("<span class='warning'>[H] pushes through [src]!</span>", "<span class='notice'>You've seen and eaten worse than this.</span>")
return 1
return TRUE
else
to_chat(H, "<span class='warning'>You're repulsed by even looking at [src]. Only a pig could force themselves to go through it.</span>")
if(istype(mover, /mob/living/simple_animal/hostile/morph))
return 1
return TRUE
else
return 0
return FALSE
/obj/structure/mirror/magic/pride //Pride's mirror: Used in the Pride ruin.
name = "pride's mirror"