Fixes any transformation getting people stuck as contents during transformation.

Span class fixes for all of atmospherics files.
Calls new ..() for dice, adds minsides for admins to play with
Fixes bug where people would magically change the size of objects using wrapping paper
This commit is contained in:
clusterfack
2015-03-04 20:23:31 -06:00
parent 94f8ee9ff9
commit 6ff70404e8
27 changed files with 1003 additions and 1018 deletions

View File

@@ -139,7 +139,7 @@
return
src.add_fingerprint(usr)
if(!src.allowed(user))
user << "\red Access denied."
user << "<span class='warning'>Access denied.</span>"
return
usr.set_machine(src)
interact(user)