Various Tweaks

Moved to mousedrop system. Meaning it will need to wait for other things
to go to that system but i am not in a rush,
Put the head sprites back into head DMI.
However i am having an issue with the sprite appearing on the holders
head now.
For somereason i have to tell it to put it in the active hand or it no
work.

Took the Viro bits out of the bioscan attempted to adjust the window
sizeing.

I probaly missed something.
This commit is contained in:
Aurorablade
2015-07-03 00:12:40 -04:00
parent 9dcfbe797d
commit 5b22a1750a
7 changed files with 26 additions and 67 deletions
+2 -2
View File
@@ -44,12 +44,12 @@
src.forceMove(H)
H.name = name
if(desc) H.desc = desc
H.attack_hand(grabber)
H.MouseDrop(grabber)
grabber << "<span class='notice'>You scoop up \the [src]."
src << "<span class='notice'>\The [grabber] scoops you up.</span>"
grabber.status_flags |= PASSEMOTES
return
return H
//Mob specific holders.