mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
- 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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user