changement code couleur
This commit is contained in:
parent
cb80a642c1
commit
8681674fec
1 changed files with 1 additions and 1 deletions
2
main.sk
2
main.sk
|
@ -401,7 +401,7 @@ command casque:
|
||||||
set {_item} to helmet of player
|
set {_item} to helmet of player
|
||||||
if tool of player is air:
|
if tool of player is air:
|
||||||
if {_item} is set:
|
if {_item} is set:
|
||||||
send "&aItem retiré !"
|
send "&cItem retiré !"
|
||||||
else:
|
else:
|
||||||
send "&4Tu n'as rien dans tes mains."
|
send "&4Tu n'as rien dans tes mains."
|
||||||
stop
|
stop
|
||||||
|
|
Loading…
Reference in a new issue