mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Single letter representations for enemies
R wild animals (beast, birds, lizards, rats) T mutated creatures (includes giant lizards) E human enemies (old men, scavengers, thugs and squatters) D armed human enemies (includes vigilantes, soldiers, snipers, commandos, veterans and chiefs)
This commit is contained in:
committed by
Blake Grotewold
parent
1d2f95b561
commit
08bd1c7caf
@@ -918,6 +918,7 @@ var World = {
|
||||
},
|
||||
|
||||
onArrival: function() {
|
||||
Engine.tabNavigation = false;
|
||||
Engine.keyLock = false;
|
||||
// Explore in a temporary world-state. We'll commit the changes if you return home safe.
|
||||
World.state = $.extend(true, {}, $SM.get('game.world'));
|
||||
|
||||
Reference in New Issue
Block a user