mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-02 05:23:31 +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">
|
Dir: <input type="text" name="object_dir" value="2" style="width:30px">
|
||||||
Name: <input type="text" name="object_name" value="" style="width:180px"><br>
|
Name: <input type="text" name="object_name" value="" style="width:180px"><br>
|
||||||
Where:
|
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='onfloor'>On floor below own mob</option>
|
||||||
<!-- <option value='inhand'>In own mob's hand</option> -->
|
<!-- <option value='inhand'>In own mob's hand</option> -->
|
||||||
<option value='inmarked'>In marked object</option>
|
<option value='inmarked'>In marked object</option>
|
||||||
</select>
|
</select>
|
||||||
<br><br>
|
<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">
|
<input type="submit" value="spawn">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user