Merge branch 'master' into development

This commit is contained in:
skull132
2018-07-17 23:23:02 +03:00
16 changed files with 95 additions and 37 deletions
+4
View File
@@ -123,6 +123,10 @@
else
return
if(!istype(user.get_active_hand(), src))
user << "<span class='warning'>You need to be holding the [name] in your active hand.</span>"
return
if(wielded) //Trying to unwield it
unwield()
user << "<span class='notice'>You are now carrying the [initial(name)] with one hand.</span>"