mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Adds Zombies (Admin-spawn) (#25381)
* fuck it good enough * Apply suggestions from code review Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * TRIPLE-REVIEW * this should do it * wow * bruh * FIX * fix * yeah * sirryan review * aaaaa * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
co-authored by
Burzah
DGamerL
parent
247e24ba9f
commit
bc0c8344cf
@@ -153,3 +153,6 @@
|
||||
#define COMPLEMENTARY_COLOR_CRYOGENIC_LIQUID "#a8b7df"
|
||||
#define COMPLEMENTARY_COLOR_SORIUM "#a2a256"
|
||||
#define COMPLEMENTARY_COLOR_TESLIUM_PASTE "#412968"
|
||||
|
||||
/// Color for dead external organs/zombies
|
||||
#define COLORTONE_DEAD_EXT_ORGAN "#0A3200"
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
#define SPECIAL_ROLE_XENOMORPH_DRONE "Xenomorph Drone"
|
||||
#define SPECIAL_ROLE_XENOMORPH_SENTINEL "Xenomorph Sentinel"
|
||||
#define SPECIAL_ROLE_XENOMORPH_LARVA "Xenomorph Larva"
|
||||
#define SPECIAL_ROLE_ZOMBIE "Zombie"
|
||||
#define SPECIAL_ROLE_EVENTMISC "Event Role"
|
||||
|
||||
// Constants used by code which checks the status of nuclear blasts during a
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
#define DATA_HUD_ABDUCTOR 19
|
||||
#define ANTAG_HUD_EVENTMISC 20
|
||||
#define ANTAG_HUD_BLOB 21
|
||||
#define ANTAG_HUD_ZOMBIE 22
|
||||
|
||||
// Notification action types
|
||||
#define NOTIFY_JUMP "jump"
|
||||
|
||||
@@ -26,11 +26,13 @@
|
||||
#define ORGAN_ORGANIC_OPEN 1
|
||||
/// An organ that's encased, probably with bone, where that casing has been cut through.
|
||||
#define ORGAN_ORGANIC_ENCASED_OPEN 2
|
||||
/// An organ that has been violently opened, likely via damage.
|
||||
#define ORGAN_ORGANIC_VIOLENT_OPEN 3
|
||||
|
||||
/// Synthetic organ that's been unscrewed.
|
||||
#define ORGAN_SYNTHETIC_LOOSENED 3
|
||||
#define ORGAN_SYNTHETIC_LOOSENED 4
|
||||
/// Synthetic organ that's had its panel opened.
|
||||
#define ORGAN_SYNTHETIC_OPEN 4
|
||||
#define ORGAN_SYNTHETIC_OPEN 5
|
||||
|
||||
// Return defines for surgery steps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user