powder that makes you say yes

This commit is contained in:
Nadyr
2021-08-15 00:02:47 -04:00
committed by GitHub
parent b420edf362
commit ae246a23b4

View File

@@ -46,16 +46,12 @@
var/emote_time = 60 // How long between stomach emotes at prey (in seconds) var/emote_time = 60 // How long between stomach emotes at prey (in seconds)
var/emote_active = TRUE // Are we even giving emotes out at all or not? var/emote_active = TRUE // Are we even giving emotes out at all or not?
var/next_emote = 0 // When we're supposed to print our next emote, as a world.time var/next_emote = 0 // When we're supposed to print our next emote, as a world.time
<<<<<<< HEAD
var/item_mode_serial = TRUE // Serial/parallel item digestion mode. Affect one item at a time or all of them with damage divided between contents. CHOMPEdit var/item_mode_serial = TRUE // Serial/parallel item digestion mode. Affect one item at a time or all of them with damage divided between contents. CHOMPEdit
||||||| parent of 44748560b6... Merge pull request #11398 from VOREStation/Arokha/przy
=======
// Generally just used by AI // Generally just used by AI
var/autotransferchance = 0 // % Chance of prey being autotransferred to transfer location var/autotransferchance = 0 // % Chance of prey being autotransferred to transfer location
var/autotransferwait = 10 // Time between trying to transfer. var/autotransferwait = 10 // Time between trying to transfer.
var/autotransferlocation // Place to send them var/autotransferlocation // Place to send them
>>>>>>> 44748560b6... Merge pull request #11398 from VOREStation/Arokha/przy
//I don't think we've ever altered these lists. making them static until someone actually overrides them somewhere. //I don't think we've ever altered these lists. making them static until someone actually overrides them somewhere.
//Actual full digest modes //Actual full digest modes