mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
More work on nations, got most of the flag procs ready. Really missing the vassalage system.
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
if(istype(I, /obj/item/weapon/disk/nuclear))
|
||||
user << "Central command would kill you if you made nuke disk cereal."
|
||||
return
|
||||
if(istype(I, /obj/item/flag))
|
||||
user << "<span class='warning'>That isn't going to fit.</span>"
|
||||
return
|
||||
else
|
||||
user << "<span class='notice'>You put [I] into [src].</span>"
|
||||
on = TRUE
|
||||
|
||||
@@ -32,6 +32,9 @@
|
||||
if(istype(I, /obj/item/weapon/disk/nuclear))
|
||||
user << "Central command would kill you if you deep fried that."
|
||||
return
|
||||
if(istype(I, /obj/item/flag))
|
||||
user << "<span class='warning'>That isn't going to fit.</span>"
|
||||
return
|
||||
else
|
||||
user << "<span class='notice'>You put [I] into [src].</span>"
|
||||
on = TRUE
|
||||
|
||||
Reference in New Issue
Block a user