- Spawn object, mob, turf panels will now get wider if you make the window wider, so you can see what flavor cake you are spawning.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2442 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-10-29 14:45:30 +00:00
parent bb8d40c540
commit b97d185cf8

View File

@@ -37,13 +37,13 @@
Dir: <input type="text" name="object_dir" value="2" style="width:30px">
Name: <input type="text" name="object_name" value="" style="width:180px"><br>
Where:
<select name='object_where' style="width:300px">
<select name='object_where' style="width:320px">
<option value='onfloor'>On floor below own mob</option>
<!-- <option value='inhand'>In own mob's hand</option> -->
<option value='inmarked'>In marked object</option>
</select>
<br><br>
<select name="object_list" id="object_list" size="18" multiple style="width:400px"></select><br>
<select name="object_list" id="object_list" size="18" multiple style="width:98%"></select><br>
<input type="submit" value="spawn">
</form>