[MIRROR] Converts SFX keys into DEFINES [MDB IGNORE] (#11990)

* Converts SFX keys into DEFINES

* fixes and updates

Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
Co-authored-by: John Doe <gamingskeleton3@gmail.com>
This commit is contained in:
SkyratBot
2022-03-11 16:43:39 -07:00
committed by GitHub
co-authored by Gandalf John Doe
parent db94ae41a9
commit 17e4f6ad76
150 changed files with 274 additions and 245 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
/// Override for the visual attack effect shown on 'do_attack_animation()'.
var/attack_vis_effect
///Played when someone punches the creature.
var/attacked_sound = "punch" //This should be an element
var/attacked_sound = SFX_PUNCH //This should be an element
///What kind of objects this mob can smash.
var/environment_smash = ENVIRONMENT_SMASH_NONE