More work on nations, got most of the flag procs ready. Really missing the vassalage system.

This commit is contained in:
ZomgPonies
2014-05-27 10:35:09 -04:00
parent 16439fd982
commit 9741799733
6 changed files with 142 additions and 100 deletions
+3
View File
@@ -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
+3
View File
@@ -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