mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +01:00
[MIRROR] First part of a span rework (#9120)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
co-authored by
Heroman3003
Kashargul
parent
07c3627fbf
commit
31407a0be3
@@ -47,7 +47,7 @@
|
||||
|
||||
if(istype(O, /obj/item/firework_star))
|
||||
if(loaded_star)
|
||||
to_chat(user, SPAN_NOTICE("\The [src] already has \a [loaded_star] inside, unload it first!"))
|
||||
to_chat(user, span_notice("\The [src] already has \a [loaded_star] inside, unload it first!"))
|
||||
return
|
||||
if(user.unEquip(O, 0, src))
|
||||
loaded_star = O
|
||||
|
||||
Reference in New Issue
Block a user