mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Found the cause of lasers not damaging humans
Please be more careful with #define names. Fixes issue #1427
This commit is contained in:
@@ -69,11 +69,11 @@ var/list/wound_progressions = list(
|
||||
W.hits = hits
|
||||
W.time_inflicted = time_inflicted
|
||||
return W
|
||||
|
||||
/* fuckign double defines
|
||||
#define CUT 0
|
||||
#define BRUISE 1
|
||||
#define BURN 2
|
||||
|
||||
*/
|
||||
/****************************************************
|
||||
EXTERNAL ORGANS
|
||||
****************************************************/
|
||||
|
||||
@@ -371,6 +371,8 @@ var/list/global_mutations = list() // list of hidden mutation things
|
||||
|
||||
|
||||
//Damage things
|
||||
#define CUT "cut"
|
||||
#define BRUISE "bruise"
|
||||
#define BRUTE "brute"
|
||||
#define BURN "fire"
|
||||
#define TOX "tox"
|
||||
|
||||
Reference in New Issue
Block a user