mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
More globals (#19247)
* More globals * planets * . * . * Update jukebox.dm * Fix timer callback syntax in jukebox.dm * .
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
combat_flags = (NIF_C_HARDCLAWS)
|
||||
|
||||
// The unarmed attack to go with the hardclaws
|
||||
var/global/datum/unarmed_attack/hardclaws/unarmed_hardclaws = new()
|
||||
GLOBAL_DATUM_INIT(unarmed_hardclaws, /datum/unarmed_attack/hardclaws, new)
|
||||
/datum/unarmed_attack/hardclaws
|
||||
attack_verb = list("claws")
|
||||
attack_noun = list("talons")
|
||||
|
||||
Reference in New Issue
Block a user