powder that makes you say yes

This commit is contained in:
Nadyr
2021-07-01 19:39:04 -04:00
committed by GitHub
parent 6c09c744d6
commit e5f3ca6219
@@ -334,16 +334,8 @@
var/conflict = FALSE
if(pref.dirty_synth && !(instance.can_take & SYNTHETICS))
<<<<<<< HEAD
alert("The trait you've selected can only be taken by organic characters!","Error")
//pref.dirty_synth = 0 //Just to be sure //CHOMPEdit this shit broke, stop.
||||||| parent of f9e9aafd1d... Merge pull request #10756 from VOREStation/Arokha/fixes2
alert("The trait you've selected can only be taken by organic characters!","Error")
pref.dirty_synth = 0 //Just to be sure
=======
tgui_alert_async(usr, "The trait you've selected can only be taken by organic characters!", "Error")
pref.dirty_synth = 0 //Just to be sure
>>>>>>> f9e9aafd1d... Merge pull request #10756 from VOREStation/Arokha/fixes2
//pref.dirty_synth = 0 //Just to be sure //CHOMPEdit this shit broke, stop.
return TOPIC_REFRESH
if(pref.gross_meatbag && !(instance.can_take & ORGANICS))