mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Convert some bools to TRUE/FALSE instead of 1/0. (#11100)
Co-authored-by: Aronai Sieyes <arokha@arokha.com>
This commit is contained in:
co-authored by
Aronai Sieyes
parent
9ce7af6ca1
commit
577b986ba6
@@ -13,7 +13,7 @@
|
||||
var/global/list/starting_legal_nifsoft
|
||||
var/global/list/starting_illegal_nifsoft
|
||||
|
||||
density = 0
|
||||
density = FALSE
|
||||
opacity = 0
|
||||
var/datum/entopic/entopic
|
||||
|
||||
|
||||
@@ -56,8 +56,8 @@ var/global/datum/unarmed_attack/hardclaws/unarmed_hardclaws = new()
|
||||
damage = 15
|
||||
attack_sound = "punch"
|
||||
miss_sound = 'sound/weapons/punchmiss.ogg'
|
||||
sharp = 1
|
||||
edge = 1
|
||||
sharp = TRUE
|
||||
edge = TRUE
|
||||
sparring_variant_type = /datum/unarmed_attack/hardclaws
|
||||
|
||||
/datum/nifsoft/hidelaser
|
||||
|
||||
Reference in New Issue
Block a user