Shuttle lights are back on

This commit is contained in:
Artur
2021-07-30 23:45:55 +03:00
parent 8d977e3042
commit 977d129de6
6 changed files with 406 additions and 298 deletions
+2
View File
@@ -22,6 +22,8 @@
//returns the damage value of the attack after processing the obj's various armor protections
/obj/proc/run_obj_armor(damage_amount, damage_type, damage_flag = 0, attack_dir, armour_penetration = 0)
if(damage_flag == MELEE && damage_amount < damage_deflection)
return 0
switch(damage_type)
if(BRUTE)
if(BURN)