Merge pull request #36856 from iskyp/resin+egg

The y/n confirmation for laying eggs or resin over vents as a xeno is no longer reversed
This commit is contained in:
Jordan Brown
2018-04-01 12:11:38 -04:00
committed by CitadelStationBot
parent 75a49c53c8
commit 9b8ca10da2
@@ -63,7 +63,7 @@ Doesn't work on other aliens/AI.*/
var/obj/machinery/atmospherics/components/unary/atmos_thing = locate() in user.loc
if(atmos_thing)
var/rusure = alert(user, "Laying eggs and shaping resin here would block access to [atmos_thing]. Do you want to continue?", "Blocking Atmospheric Component", "Yes", "No")
if(rusure != "No")
if(rusure != "Yes")
return FALSE
return TRUE