diff --git a/CHANGES b/CHANGES index 7b6271f39..a2106f721 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ Changes for SVN top of tree: ============================================================================== +Add faces for pickup, drop, apply, say and death events, so that they are +more easily identifiable in gridarta +Brendan Lally 2010-05-15 + Move dev/wip/manhole to connect/Hole as it is tested and ready to use. The test patch is removed as it is out of date, and the README is moved to the Hole directory as documentation. diff --git a/system/event_apply.arc b/system/event_apply.arc index be899af48..9082dc4d5 100644 --- a/system/event_apply.arc +++ b/system/event_apply.arc @@ -1,4 +1,5 @@ Object event_apply +face event_apply.111 type 116 subtype 1 invisible 1 diff --git a/system/event_apply.base.111.png b/system/event_apply.base.111.png new file mode 100644 index 000000000..c7658eb53 Binary files /dev/null and b/system/event_apply.base.111.png differ diff --git a/system/event_death.arc b/system/event_death.arc index 4be085ff5..e76bc8e72 100644 --- a/system/event_death.arc +++ b/system/event_death.arc @@ -1,4 +1,5 @@ Object event_death +face event_death.111 type 116 subtype 3 invisible 1 diff --git a/system/event_death.base.111.png b/system/event_death.base.111.png new file mode 100644 index 000000000..619f53996 Binary files /dev/null and b/system/event_death.base.111.png differ diff --git a/system/event_drop.arc b/system/event_drop.arc index d1580f3f9..ea3f9a363 100644 --- a/system/event_drop.arc +++ b/system/event_drop.arc @@ -1,4 +1,5 @@ Object event_drop +face event_drop.111 type 116 subtype 4 invisible 1 diff --git a/system/event_drop.base.111.png b/system/event_drop.base.111.png new file mode 100644 index 000000000..036abfa1a Binary files /dev/null and b/system/event_drop.base.111.png differ diff --git a/system/event_pickup.arc b/system/event_pickup.arc index a4f5172e8..1c0d0b7f0 100644 --- a/system/event_pickup.arc +++ b/system/event_pickup.arc @@ -1,4 +1,5 @@ Object event_pickup +face event_pickup.111 type 116 subtype 5 invisible 1 diff --git a/system/event_pickup.base.111.png b/system/event_pickup.base.111.png new file mode 100644 index 000000000..a27bc617f Binary files /dev/null and b/system/event_pickup.base.111.png differ diff --git a/system/event_say.arc b/system/event_say.arc index a98bf59bf..c5b27a057 100644 --- a/system/event_say.arc +++ b/system/event_say.arc @@ -1,4 +1,5 @@ Object event_say +face event_say.111 type 116 subtype 6 invisible 1 diff --git a/system/event_say.base.111.png b/system/event_say.base.111.png new file mode 100644 index 000000000..143418964 Binary files /dev/null and b/system/event_say.base.111.png differ